@sumup/sdk
Preparing search index...
import
CardResponse
Type Alias CardResponse
Details of the payment card.
type
CardResponse
=
{
last_4_digits
?:
string
;
type
?:
CardType
;
}
Index
Properties
last_
4_
digits?
type?
Properties
Optional
Readonly
last_
4_
digits
last_4_digits
?:
string
Last 4 digits of the payment card number.
Optional
type
type
?:
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.