public class ExternalPaymentDetails extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
ExternalPaymentDetails.Builder
Class to build instances of
ExternalPaymentDetails. |
| Modifier | Constructor and Description |
|---|---|
protected |
ExternalPaymentDetails(String type,
String source,
io.apimatic.core.types.OptionalNullable<String> sourceId,
Money sourceFeeMoney)
Internal initialization constructor.
|
|
ExternalPaymentDetails(String type,
String source,
String sourceId,
Money sourceFeeMoney)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getSource()
Getter for Source.
|
Money |
getSourceFeeMoney()
Getter for SourceFeeMoney.
|
String |
getSourceId()
Getter for SourceId.
|
String |
getType()
Getter for Type.
|
int |
hashCode() |
protected io.apimatic.core.types.OptionalNullable<String> |
internalGetSourceId()
Internal Getter for SourceId.
|
ExternalPaymentDetails.Builder |
toBuilder()
Builds a new
ExternalPaymentDetails.Builder object. |
String |
toString()
Converts this ExternalPaymentDetails into string format.
|
public ExternalPaymentDetails(String type, String source, String sourceId, Money sourceFeeMoney)
type - String value for type.source - String value for source.sourceId - String value for sourceId.sourceFeeMoney - Money value for sourceFeeMoney.public String getType()
public String getSource()
protected io.apimatic.core.types.OptionalNullable<String> internalGetSourceId()
public String getSourceId()
public Money getSourceFeeMoney()
public String toString()
public ExternalPaymentDetails.Builder toBuilder()
ExternalPaymentDetails.Builder object.
Creates the instance with the state of the current model.ExternalPaymentDetails.Builder objectCopyright © 2023. All rights reserved.