Preparing search index...
The search index is not available
@paysafe/paysafe-wallet-saas-web
@paysafe/paysafe-wallet-saas-web
common
CardInstrumentTransactionDetails
Interface CardInstrumentTransactionDetails
Represents details about a customer's payment instrument.
interface
CardInstrumentTransactionDetails
{
bankName
:
string
;
brand
:
string
;
description
?:
string
;
instrumentId
?:
string
;
instrumentType
:
CARD
;
pan
:
string
;
}
Hierarchy (
view full
)
PaymentInstrumentTransactionDetails
CardInstrumentTransactionDetails
Index
Properties
bank
Name
brand
description?
instrument
Id?
instrument
Type
pan
Properties
bank
Name
bank
Name
:
string
brand
brand
:
string
Optional
description
description
?:
string
Optional
instrument
Id
instrument
Id
?:
string
Instrument ID.
instrument
Type
instrument
Type
:
CARD
Instrument type.
pan
pan
:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
bank
Name
brand
description
instrument
Id
instrument
Type
pan
@paysafe/paysafe-wallet-saas-web
Loading...
Represents details about a customer's payment instrument.