public class NotifyShopperRequest extends Object
| Constructor and Description |
|---|
NotifyShopperRequest() |
| Modifier and Type | Method and Description |
|---|---|
NotifyShopperRequest |
amount(Amount amount) |
NotifyShopperRequest |
billingDate(String billingDate) |
NotifyShopperRequest |
billingSequenceNumber(String billingSequenceNumber) |
NotifyShopperRequest |
displayedReference(String displayedReference) |
boolean |
equals(Object o) |
Amount |
getAmount()
Get amount
|
String |
getBillingDate()
Date on which the subscription amount will be debited from the shopper.
|
String |
getBillingSequenceNumber()
Sequence of the debit.
|
String |
getDisplayedReference()
Reference of Pre-debit notification that is displayed to the shopper.
|
String |
getMerchantAccount()
The merchant account identifier with which you want to process the transaction.
|
String |
getRecurringDetailReference()
This is the `recurringDetailReference` returned in the response when you created the token.
|
String |
getReference()
Pre-debit notification reference sent by the merchant.
|
String |
getShopperReference()
The ID that uniquely identifies the shopper.
|
String |
getStoredPaymentMethodId()
This is the `recurringDetailReference` returned in the response when you created the token.
|
int |
hashCode() |
NotifyShopperRequest |
merchantAccount(String merchantAccount) |
NotifyShopperRequest |
recurringDetailReference(String recurringDetailReference) |
NotifyShopperRequest |
reference(String reference) |
void |
setAmount(Amount amount) |
void |
setBillingDate(String billingDate) |
void |
setBillingSequenceNumber(String billingSequenceNumber) |
void |
setDisplayedReference(String displayedReference) |
void |
setMerchantAccount(String merchantAccount) |
void |
setRecurringDetailReference(String recurringDetailReference) |
void |
setReference(String reference) |
void |
setShopperReference(String shopperReference) |
void |
setStoredPaymentMethodId(String storedPaymentMethodId) |
NotifyShopperRequest |
shopperReference(String shopperReference) |
NotifyShopperRequest |
storedPaymentMethodId(String storedPaymentMethodId) |
String |
toString() |
public NotifyShopperRequest amount(Amount amount)
public Amount getAmount()
public void setAmount(Amount amount)
public NotifyShopperRequest billingDate(String billingDate)
public String getBillingDate()
public void setBillingDate(String billingDate)
public NotifyShopperRequest billingSequenceNumber(String billingSequenceNumber)
public String getBillingSequenceNumber()
public void setBillingSequenceNumber(String billingSequenceNumber)
public NotifyShopperRequest displayedReference(String displayedReference)
public String getDisplayedReference()
public void setDisplayedReference(String displayedReference)
public NotifyShopperRequest merchantAccount(String merchantAccount)
public String getMerchantAccount()
public void setMerchantAccount(String merchantAccount)
public NotifyShopperRequest recurringDetailReference(String recurringDetailReference)
public String getRecurringDetailReference()
public void setRecurringDetailReference(String recurringDetailReference)
public NotifyShopperRequest reference(String reference)
public String getReference()
public void setReference(String reference)
public NotifyShopperRequest shopperReference(String shopperReference)
public String getShopperReference()
public void setShopperReference(String shopperReference)
public NotifyShopperRequest storedPaymentMethodId(String storedPaymentMethodId)
public String getStoredPaymentMethodId()
public void setStoredPaymentMethodId(String storedPaymentMethodId)
Copyright © 2022. All rights reserved.