@sumup/sdk
Preparing search index...
import
SumUp
Transactions
CardResponse
Type Alias CardResponse
Details of the payment card.
type
CardResponse
=
{
last_4_digits
?:
string
;
type
?:
SumUp
.
Transactions
.
CardType
;
}
Index
Properties
last_
4_
digits?
type?
Properties
Optional
last_
4_
digits
last_4_digits
?:
string
Last 4 digits of the payment card number.
Optional
type
type
?:
SumUp
.
Transactions
.
CardType
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
last_
4_
digits
type
@sumup/sdk
Loading...
Details of the payment card.