public class CreateHostedCheckoutRequest extends Object
Constructor and Description |
---|
CreateHostedCheckoutRequest() |
Modifier and Type | Method and Description |
---|---|
BankTransferPaymentMethodSpecificInputBase |
getBankTransferPaymentMethodSpecificInput()
Object containing the specific input details for bank transfer payments
|
CardPaymentMethodSpecificInputBase |
getCardPaymentMethodSpecificInput()
Object containing the specific input details for card payments
|
CashPaymentMethodSpecificInputBase |
getCashPaymentMethodSpecificInput()
Object containing the specific input details for cash payments
|
EInvoicePaymentMethodSpecificInputBase |
getEInvoicePaymentMethodSpecificInput()
Object containing the specific input details for eInvoice payments
|
FraudFields |
getFraudFields()
Object containing additional data that will be used to assess the risk of fraud
|
HostedCheckoutSpecificInput |
getHostedCheckoutSpecificInput()
Object containing hosted checkout specific data
|
Merchant |
getMerchant()
Object containing information on you, the merchant
|
MobilePaymentMethodSpecificInputHostedCheckout |
getMobilePaymentMethodSpecificInput()
Object containing reference data for Google Pay (paymentProductId 320) and Apple Pay (paymentProductID 302).
|
Order |
getOrder()
Order object containing order related data
|
RedirectPaymentMethodSpecificInputBase |
getRedirectPaymentMethodSpecificInput()
Object containing the specific input details for payments that involve redirects to 3rd parties to complete, like iDeal and PayPal
|
SepaDirectDebitPaymentMethodSpecificInputBase |
getSepaDirectDebitPaymentMethodSpecificInput()
Object containing the specific input details for SEPA direct debit payments
|
void |
setBankTransferPaymentMethodSpecificInput(BankTransferPaymentMethodSpecificInputBase value)
Object containing the specific input details for bank transfer payments
|
void |
setCardPaymentMethodSpecificInput(CardPaymentMethodSpecificInputBase value)
Object containing the specific input details for card payments
|
void |
setCashPaymentMethodSpecificInput(CashPaymentMethodSpecificInputBase value)
Object containing the specific input details for cash payments
|
void |
setEInvoicePaymentMethodSpecificInput(EInvoicePaymentMethodSpecificInputBase value)
Object containing the specific input details for eInvoice payments
|
void |
setFraudFields(FraudFields value)
Object containing additional data that will be used to assess the risk of fraud
|
void |
setHostedCheckoutSpecificInput(HostedCheckoutSpecificInput value)
Object containing hosted checkout specific data
|
void |
setMerchant(Merchant value)
Object containing information on you, the merchant
|
void |
setMobilePaymentMethodSpecificInput(MobilePaymentMethodSpecificInputHostedCheckout value)
Object containing reference data for Google Pay (paymentProductId 320) and Apple Pay (paymentProductID 302).
|
void |
setOrder(Order value)
Order object containing order related data
|
void |
setRedirectPaymentMethodSpecificInput(RedirectPaymentMethodSpecificInputBase value)
Object containing the specific input details for payments that involve redirects to 3rd parties to complete, like iDeal and PayPal
|
void |
setSepaDirectDebitPaymentMethodSpecificInput(SepaDirectDebitPaymentMethodSpecificInputBase value)
Object containing the specific input details for SEPA direct debit payments
|
public BankTransferPaymentMethodSpecificInputBase getBankTransferPaymentMethodSpecificInput()
public void setBankTransferPaymentMethodSpecificInput(BankTransferPaymentMethodSpecificInputBase value)
public CardPaymentMethodSpecificInputBase getCardPaymentMethodSpecificInput()
public void setCardPaymentMethodSpecificInput(CardPaymentMethodSpecificInputBase value)
public CashPaymentMethodSpecificInputBase getCashPaymentMethodSpecificInput()
public void setCashPaymentMethodSpecificInput(CashPaymentMethodSpecificInputBase value)
public EInvoicePaymentMethodSpecificInputBase getEInvoicePaymentMethodSpecificInput()
public void setEInvoicePaymentMethodSpecificInput(EInvoicePaymentMethodSpecificInputBase value)
public FraudFields getFraudFields()
public void setFraudFields(FraudFields value)
public HostedCheckoutSpecificInput getHostedCheckoutSpecificInput()
public void setHostedCheckoutSpecificInput(HostedCheckoutSpecificInput value)
public Merchant getMerchant()
public void setMerchant(Merchant value)
public MobilePaymentMethodSpecificInputHostedCheckout getMobilePaymentMethodSpecificInput()
public void setMobilePaymentMethodSpecificInput(MobilePaymentMethodSpecificInputHostedCheckout value)
public Order getOrder()
public void setOrder(Order value)
public RedirectPaymentMethodSpecificInputBase getRedirectPaymentMethodSpecificInput()
public void setRedirectPaymentMethodSpecificInput(RedirectPaymentMethodSpecificInputBase value)
public SepaDirectDebitPaymentMethodSpecificInputBase getSepaDirectDebitPaymentMethodSpecificInput()
public void setSepaDirectDebitPaymentMethodSpecificInput(SepaDirectDebitPaymentMethodSpecificInputBase value)
Copyright © 2024 Worldline Global Collect. All rights reserved.