public class PaymentSupplementaryData extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
PaymentSupplementaryData.Builder
Class to build instances of
PaymentSupplementaryData. |
| Constructor and Description |
|---|
PaymentSupplementaryData()
Default constructor.
|
PaymentSupplementaryData(RelatedIdentifiers relatedIds)
Initialization constructor.
|
| Modifier and Type | Method and Description |
|---|---|
RelatedIdentifiers |
getRelatedIds()
Getter for RelatedIds.
|
void |
setRelatedIds(RelatedIdentifiers relatedIds)
Setter for RelatedIds.
|
PaymentSupplementaryData.Builder |
toBuilder()
Builds a new
PaymentSupplementaryData.Builder object. |
String |
toString()
Converts this PaymentSupplementaryData into string format.
|
public PaymentSupplementaryData()
public PaymentSupplementaryData(RelatedIdentifiers relatedIds)
relatedIds - RelatedIdentifiers value for relatedIds.public RelatedIdentifiers getRelatedIds()
public void setRelatedIds(RelatedIdentifiers relatedIds)
relatedIds - Value for RelatedIdentifierspublic String toString()
public PaymentSupplementaryData.Builder toBuilder()
PaymentSupplementaryData.Builder object.
Creates the instance with the state of the current model.PaymentSupplementaryData.Builder objectCopyright © 2025. All rights reserved.