Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 1.28 KB

Tmsv1paymentinstrumentsInstrumentIdentifier.md

File metadata and controls

35 lines (19 loc) · 1.28 KB

CyberSource.Tmsv1paymentinstrumentsInstrumentIdentifier

Properties

Name Type Description Notes
links Tmsv1instrumentidentifiersLinks [optional]
_object String Describes type of token. For example: customer, paymentInstrument or instrumentIdentifier. [optional]
state String Current state of the token. [optional]
id String The id of the existing instrument identifier to be linked to the newly created payment instrument. [optional]
card Tmsv1instrumentidentifiersCard [optional]
bankAccount Tmsv1instrumentidentifiersBankAccount [optional]
processingInformation Tmsv1instrumentidentifiersProcessingInformation [optional]
metadata Tmsv1instrumentidentifiersMetadata [optional]

Enum: ObjectEnum

  • instrumentIdentifier (value: "instrumentIdentifier")

Enum: StateEnum

  • ACTIVE (value: "ACTIVE")

  • CLOSED (value: "CLOSED")