Poq.SDK.Node

Home > @poq/sdk-sfcc > CustomerPaymentInstrumentResult

CustomerPaymentInstrumentResult class

Document representing a customer payment instrument result. The payment data contained is masked where needed for security purposes.

Signature:

export declare class CustomerPaymentInstrumentResult extends BaseModel<CustomerPaymentInstrumentResult> 

Extends: BaseModel<CustomerPaymentInstrumentResult

Constructors

Constructor Modifiers Description
(constructor)(params)   Constructs a new instance of the CustomerPaymentInstrumentResult class

Properties

Property Modifiers Type Description
count?   number (Optional) The number of returned documents.
data?   Array<CustomerPaymentInstrument> (Optional) The customer payment instruments list.
total?   number (Optional) The total number of documents.