public class StoredValueBalanceMergeRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
StoredValueBalanceMergeRequest.ShopperInteractionEnum
Specifies the sales channel, through which the shopper gives their card details, and whether the shopper is a returning customer.
|
| Constructor and Description |
|---|
StoredValueBalanceMergeRequest() |
public StoredValueBalanceMergeRequest amount(Amount amount)
public Amount getAmount()
public void setAmount(Amount amount)
public StoredValueBalanceMergeRequest merchantAccount(String merchantAccount)
public String getMerchantAccount()
public void setMerchantAccount(String merchantAccount)
public StoredValueBalanceMergeRequest paymentMethod(PaymentMethodDetails paymentMethod)
public PaymentMethodDetails getPaymentMethod()
public void setPaymentMethod(PaymentMethodDetails paymentMethod)
public StoredValueBalanceMergeRequest recurringDetailReference(String recurringDetailReference)
public String getRecurringDetailReference()
public void setRecurringDetailReference(String recurringDetailReference)
public StoredValueBalanceMergeRequest reference(String reference)
public String getReference()
public void setReference(String reference)
public StoredValueBalanceMergeRequest shopperInteraction(StoredValueBalanceMergeRequest.ShopperInteractionEnum shopperInteraction)
public StoredValueBalanceMergeRequest.ShopperInteractionEnum getShopperInteraction()
public void setShopperInteraction(StoredValueBalanceMergeRequest.ShopperInteractionEnum shopperInteraction)
public StoredValueBalanceMergeRequest shopperReference(String shopperReference)
public String getShopperReference()
public void setShopperReference(String shopperReference)
public StoredValueBalanceMergeRequest sourcePaymentMethod(PaymentMethodDetails sourcePaymentMethod)
public PaymentMethodDetails getSourcePaymentMethod()
public void setSourcePaymentMethod(PaymentMethodDetails sourcePaymentMethod)
public StoredValueBalanceMergeRequest store(String store)
public String getStore()
public void setStore(String store)
Copyright © 2022. All rights reserved.