public class Body extends Object
| Constructor and Description |
|---|
Body() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
Accountupdaterv1batchesIncluded |
getIncluded()
Get included
|
String |
getMerchantReference()
Reference used by merchant to identify batch.
|
String |
getNotificationEmail()
Email used to notify the batch status.
|
String |
getType()
Valid Values: * oneOff * amexRegistration
|
int |
hashCode() |
Body |
included(Accountupdaterv1batchesIncluded included) |
Body |
merchantReference(String merchantReference) |
Body |
notificationEmail(String notificationEmail) |
void |
setIncluded(Accountupdaterv1batchesIncluded included) |
void |
setMerchantReference(String merchantReference) |
void |
setNotificationEmail(String notificationEmail) |
void |
setType(String type) |
String |
toString() |
Body |
type(String type) |
public String getType()
public void setType(String type)
public Body included(Accountupdaterv1batchesIncluded included)
public Accountupdaterv1batchesIncluded getIncluded()
public void setIncluded(Accountupdaterv1batchesIncluded included)
public String getMerchantReference()
public void setMerchantReference(String merchantReference)
public String getNotificationEmail()
public void setNotificationEmail(String notificationEmail)
Copyright © 2025. All rights reserved.