CardConfiguration |
CardConfiguration.activation(String activation) |
The activation label attached to the card that contains the activation instructions.
|
CardConfiguration |
CardConfiguration.activationUrl(String activationUrl) |
Your app's URL, if you want to activate cards through your app.
|
CardConfiguration |
CardConfiguration.addLanguagesItem(String languagesItem) |
|
CardConfiguration |
CardConfiguration.bulkAddress(BulkAddress bulkAddress) |
bulkAddress
|
CardConfiguration |
CardConfiguration.cardImageId(String cardImageId) |
The unique identifier of the card image.
|
CardConfiguration |
CardConfiguration.carrier(String carrier) |
The letter or packaging to which the card is attached.
|
CardConfiguration |
CardConfiguration.carrierImageId(String carrierImageId) |
The unique identifier of the carrier image.
|
CardConfiguration |
CardConfiguration.configurationProfileId(String configurationProfileId) |
The unique identifier of the card configuration profile that contains the settings that are
applied to the card.
|
CardConfiguration |
CardConfiguration.currency(String currency) |
The three-letter [ISO-4217](https://en.wikipedia.org/wiki/ISO_4217) currency code of the card.
|
CardConfiguration |
CardConfiguration.envelope(String envelope) |
Overrides the envelope design ID defined in the card configuration profile.
|
static CardConfiguration |
CardConfiguration.fromJson(String jsonString) |
Create an instance of CardConfiguration given an JSON string
|
CardConfiguration |
Card.getConfiguration() |
Get configuration
|
CardConfiguration |
CardConfiguration.insert(String insert) |
Any additional material, such as marketing material, that is shipped together with the card.
|
CardConfiguration |
CardConfiguration.languages(List<String> languages) |
A list of two-letter [ISO-639-1](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)
language codes of the card.
|
CardConfiguration |
CardConfiguration.logoImageId(String logoImageId) |
The unique identifier of the logo image.
|
CardConfiguration |
CardConfiguration.pinMailer(String pinMailer) |
The letter on which the PIN of the card is printed.
|
CardConfiguration |
CardConfiguration.printLine(String printLine) |
Print Line.
|
CardConfiguration |
CardConfiguration.shipmentMethod(String shipmentMethod) |
The logistics company that ships the card.
|