Optional
input: Partial<WalletPassInput> & { Optional
brandOptional
currentThe current message that is displayed on the wallet pass.
Optional
geoThe location from which the card is being issued.
Optional
ipThe ipaddress which is requesting the card to be issued.
Optional
passdataOptional
personThe person record.
Optional
programOptional
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.
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.
Abstract class that defines the required functions to properly invoke a BambuMeta request from a client application.