Update Virtual Card Input
data class UpdateVirtualCardInput(val id: String, val expectedCardVersion: Int? = null, val cardHolder: String, val alias: String? = null, val metadata: JsonValue<Any>? = null, val billingAddress: BillingAddress? = null)
Input object containing the information required to update a virtual card.
Constructors
Properties
Link copied to clipboard
BillingAddress associated with the card. To remove, set to null.
Link copied to clipboard
String The name of the virtual card holder. Leave as existing to remain unchanged.
Link copied to clipboard
Int Version of virtual card to update. If specified, version must match existing version of virtual card.