Poq.SDK.Node

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

CustomerPaymentInstrumentResult.(constructor)

Constructs a new instance of the CustomerPaymentInstrumentResult class

Signature:

constructor(params?: {
        count?: number;
        data?: Array<CustomerPaymentInstrument>;
        total?: number;
    });

Parameters

Parameter Type Description
params { count?: number; data?: Array<CustomerPaymentInstrument>; total?: number; } (Optional)