Home > @poq/sdk-sfcc > PaymentCardSpec > (constructor)
Constructs a new instance of the PaymentCardSpec
class
Signature:
constructor(params?: {
cardType?: string;
checksumVerificationEnabled?: boolean;
description?: string;
image?: string;
name?: string;
numberLengths?: Array<string>;
numberPrefixes?: Array<string>;
securityCodeLength?: number;
});
Parameter | Type | Description |
---|---|---|
params | { cardType?: string; checksumVerificationEnabled?: boolean; description?: string; image?: string; name?: string; numberLengths?: Array<string>; numberPrefixes?: Array<string>; securityCodeLength?: number; } | (Optional) |