public class MobilePaymentFullResponse extends Object
| Constructor and Description |
|---|
MobilePaymentFullResponse() |
| Modifier and Type | Method and Description |
|---|---|
MobilePaymentFullResponse |
cardAccount(MobileCardAccountResponse cardAccount) |
MobilePaymentFullResponse |
customer(MobileCustomerResponse customer) |
MobilePaymentFullResponse |
merchantOrder(MobileMerchantOrderResponse merchantOrder) |
MobilePaymentFullResponse |
paymentData(MobilePaymentDataResponse paymentData) |
MobilePaymentFullResponse |
paymentMethod(String paymentMethod) |
void |
setCardAccount(MobileCardAccountResponse cardAccount) |
void |
setCustomer(MobileCustomerResponse customer) |
void |
setMerchantOrder(MobileMerchantOrderResponse merchantOrder) |
void |
setPaymentData(MobilePaymentDataResponse paymentData) |
void |
setPaymentMethod(String paymentMethod) |
String |
toString() |
public void setPaymentMethod(String paymentMethod)
public MobilePaymentFullResponse paymentMethod(String paymentMethod)
paymentMethod - Used payment method type name from payment methods listpublic void setMerchantOrder(MobileMerchantOrderResponse merchantOrder)
public MobilePaymentFullResponse merchantOrder(MobileMerchantOrderResponse merchantOrder)
merchantOrder - Merchant order datapublic void setPaymentData(MobilePaymentDataResponse paymentData)
public MobilePaymentFullResponse paymentData(MobilePaymentDataResponse paymentData)
paymentData - Payment datapublic void setCardAccount(MobileCardAccountResponse cardAccount)
public MobilePaymentFullResponse cardAccount(MobileCardAccountResponse cardAccount)
cardAccount - Bank card data *(for BANKCARD payment method only)*public void setCustomer(MobileCustomerResponse customer)
public MobilePaymentFullResponse customer(MobileCustomerResponse customer)
customer - Customer dataCopyright © 2021. All rights reserved.