Home > @poq/sdk-sfcc > OrdersClient > getOrdersByIDPaymentMethods
Gets the applicable payment methods for an existing order considering the open payment amount only.
Signature:
getOrdersByIDPaymentMethods(orderNo: string, options?: RequestOptions): Promise<PoqResponse<PaymentMethodResult>>;
Parameter | Type | Description |
---|---|---|
orderNo | string | the order number |
options | RequestOptions | (Optional) Override http request option. |
Returns:
Promise<PoqResponse<PaymentMethodResult>>