Optional
input: Partial<WalletPassInput> & { Optional
brandThe brand identifier.
Optional
currentThe current message that is displayed on the wallet pass.
Optional
dynamicOptional
emailThe email address used on the pass. Optional if either passId or uniqueId are provided.
Optional
geoThe location from which the card is being issued.
Optional
ipThe ipaddress which is requesting the card to be issued.
Optional
passThe pass identifier. Optional if either email + programId or uniqueId + programId are provided
Optional
passdataOptional
personThe person record.
Optional
programThe program identifier.
Optional
templateThe templateId from which the card is being issued. If a program is provided, this is not required.
Optional
templateThe tier to put the card in during creation, if not provided will use the default tier.
Optional
uniqueThe unique identifier used on the pass. Optional if either passId or email are provided.
getBody is used by the BambuClient to properly construct the request object body.
Returns the expected body of the request utilizing the defined request attributes.
This returns the proper response type for the execute function.
The response from the API request.
Updates an existing wallet pass either by the pass identifier or the email address used on the pass and the program identifier.