Pipelet CreateCustomerPaymentInstrument
Pipelet CreateCustomerPaymentInstrument
Creates a persistent CustomerPaymentInstrument for the specified Customer.
Group:
Customer
Flags:
Transaction Required
Input Parameters
PaymentMethod  :  String (Required)
The type of payment instrument. See dw.order.PaymentInstrument constants.
Customer  :  Customer (Required)
Customer to create payment instrument for. Must represent registered customer, otherwise pipelet throws exception.
Output Parameters
PaymentInstrument  :  CustomerPaymentInstrument  :  (Required)
A newly created CustomerPaymentInstrument associated with the passed in basket.