@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2018-09-22T07:56:07.186+05:30") public class V2paymentsidcapturesBuyerInformation extends Object
| Constructor and Description |
|---|
V2paymentsidcapturesBuyerInformation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMerchantCustomerId()
Your identifier for the customer.
|
String |
getVatRegistrationNumber()
Customer’s government-assigned tax identification number.
|
int |
hashCode() |
V2paymentsidcapturesBuyerInformation |
merchantCustomerId(String merchantCustomerId) |
void |
setMerchantCustomerId(String merchantCustomerId) |
void |
setVatRegistrationNumber(String vatRegistrationNumber) |
String |
toString() |
V2paymentsidcapturesBuyerInformation |
vatRegistrationNumber(String vatRegistrationNumber) |
public V2paymentsidcapturesBuyerInformation()
public V2paymentsidcapturesBuyerInformation merchantCustomerId(String merchantCustomerId)
public String getMerchantCustomerId()
public void setMerchantCustomerId(String merchantCustomerId)
public V2paymentsidcapturesBuyerInformation vatRegistrationNumber(String vatRegistrationNumber)
public String getVatRegistrationNumber()
public void setVatRegistrationNumber(String vatRegistrationNumber)
Copyright © 2018. All rights reserved.