@Generated(value="io.swagger.codegen.languages.JavaClientCodegen", date="2020-09-14T15:19:00.879+05:30") public class PtsV2PaymentsPost201ResponseClientReferenceInformation extends Object
| Constructor and Description |
|---|
PtsV2PaymentsPost201ResponseClientReferenceInformation() |
| Modifier and Type | Method and Description |
|---|---|
PtsV2PaymentsPost201ResponseClientReferenceInformation |
code(String code) |
boolean |
equals(Object o) |
String |
getCode()
Merchant-generated order reference or tracking number.
|
String |
getOwnerMerchantId()
Merchant ID that was used to create the subscription or customer profile for which the service was requested.
|
String |
getSubmitLocalDateTime()
Date and time at your physical location.
|
int |
hashCode() |
PtsV2PaymentsPost201ResponseClientReferenceInformation |
ownerMerchantId(String ownerMerchantId) |
void |
setCode(String code) |
void |
setOwnerMerchantId(String ownerMerchantId) |
void |
setSubmitLocalDateTime(String submitLocalDateTime) |
PtsV2PaymentsPost201ResponseClientReferenceInformation |
submitLocalDateTime(String submitLocalDateTime) |
String |
toString() |
public PtsV2PaymentsPost201ResponseClientReferenceInformation()
public PtsV2PaymentsPost201ResponseClientReferenceInformation code(String code)
public String getCode()
public void setCode(String code)
public PtsV2PaymentsPost201ResponseClientReferenceInformation submitLocalDateTime(String submitLocalDateTime)
public String getSubmitLocalDateTime()
public void setSubmitLocalDateTime(String submitLocalDateTime)
public PtsV2PaymentsPost201ResponseClientReferenceInformation ownerMerchantId(String ownerMerchantId)
public String getOwnerMerchantId()
public void setOwnerMerchantId(String ownerMerchantId)
Copyright © 2020. All rights reserved.