Home > @poq/sdk-sfcc > CustomerPaymentInstrumentResult
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
Constructor | Modifiers | Description |
---|---|---|
(constructor)(params) | Constructs a new instance of the CustomerPaymentInstrumentResult class |
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. |