public class CashAppDetails extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
CashAppDetails.Builder
Class to build instances of
CashAppDetails. |
| Modifier | Constructor and Description |
|---|---|
protected |
CashAppDetails(io.apimatic.core.types.OptionalNullable<String> buyerFullName,
io.apimatic.core.types.OptionalNullable<String> buyerCountryCode,
String buyerCashtag)
Internal initialization constructor.
|
|
CashAppDetails(String buyerFullName,
String buyerCountryCode,
String buyerCashtag)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getBuyerCashtag()
Getter for BuyerCashtag.
|
String |
getBuyerCountryCode()
Getter for BuyerCountryCode.
|
String |
getBuyerFullName()
Getter for BuyerFullName.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetBuyerCountryCode()
Internal Getter for BuyerCountryCode.
|
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetBuyerFullName()
Internal Getter for BuyerFullName.
|
CashAppDetails.Builder |
toBuilder()
Builds a new
CashAppDetails.Builder object. |
String |
toString()
Converts this CashAppDetails into string format.
|
public CashAppDetails(String buyerFullName, String buyerCountryCode, String buyerCashtag)
buyerFullName - String value for buyerFullName.buyerCountryCode - String value for buyerCountryCode.buyerCashtag - String value for buyerCashtag.protected io.apimatic.core.types.OptionalNullable<String> internalGetBuyerFullName()
public String getBuyerFullName()
protected io.apimatic.core.types.OptionalNullable<String> internalGetBuyerCountryCode()
public String getBuyerCountryCode()
public String getBuyerCashtag()
public String toString()
public CashAppDetails.Builder toBuilder()
CashAppDetails.Builder object.
Creates the instance with the state of the current model.CashAppDetails.Builder objectCopyright © 2023. All rights reserved.