@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2022-01-19T16:20:04.317+05:30") public class InvoicingV2InvoicesAllGet200ResponseCustomerInformation extends Object
| Constructor and Description |
|---|
InvoicingV2InvoicesAllGet200ResponseCustomerInformation() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getMerchantCustomerId()
Your identifier for the customer.
|
String |
getName()
Payer name for the invoice.
|
int |
hashCode() |
InvoicingV2InvoicesAllGet200ResponseCustomerInformation |
merchantCustomerId(String merchantCustomerId) |
InvoicingV2InvoicesAllGet200ResponseCustomerInformation |
name(String name) |
void |
setMerchantCustomerId(String merchantCustomerId) |
void |
setName(String name) |
String |
toString() |
public InvoicingV2InvoicesAllGet200ResponseCustomerInformation()
public InvoicingV2InvoicesAllGet200ResponseCustomerInformation name(String name)
public String getName()
public void setName(String name)
public InvoicingV2InvoicesAllGet200ResponseCustomerInformation merchantCustomerId(String merchantCustomerId)
public String getMerchantCustomerId()
public void setMerchantCustomerId(String merchantCustomerId)
Copyright © 2022. All rights reserved.