Poq.SDK.Node

Home > @poq/sdk-sfcc > PaymentCardSpec > (constructor)

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;
    });

Parameters

Parameter Type Description
params { cardType?: string; checksumVerificationEnabled?: boolean; description?: string; image?: string; name?: string; numberLengths?: Array<string>; numberPrefixes?: Array<string>; securityCodeLength?: number; } (Optional)