Package unit.java.sdk.model
Class RecurringBookPaymentRelationships
- java.lang.Object
-
- unit.java.sdk.model.RecurringBookPaymentRelationships
-
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", comments="Generator version: 7.9.0") public class RecurringBookPaymentRelationships extends java.lang.ObjectRecurringBookPaymentRelationships
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringJSON_PROPERTY_ACCOUNTstatic java.lang.StringJSON_PROPERTY_COUNTERPARTYstatic java.lang.StringJSON_PROPERTY_CREDIT_ACCOUNTstatic java.lang.StringJSON_PROPERTY_CUSTOMERstatic java.lang.StringJSON_PROPERTY_ORG
-
Constructor Summary
Constructors Constructor Description RecurringBookPaymentRelationships()
-
Method Summary
-
-
-
Field Detail
-
JSON_PROPERTY_ACCOUNT
public static final java.lang.String JSON_PROPERTY_ACCOUNT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CREDIT_ACCOUNT
public static final java.lang.String JSON_PROPERTY_CREDIT_ACCOUNT
- See Also:
- Constant Field Values
-
JSON_PROPERTY_COUNTERPARTY
public static final java.lang.String JSON_PROPERTY_COUNTERPARTY
- See Also:
- Constant Field Values
-
JSON_PROPERTY_CUSTOMER
public static final java.lang.String JSON_PROPERTY_CUSTOMER
- See Also:
- Constant Field Values
-
JSON_PROPERTY_ORG
public static final java.lang.String JSON_PROPERTY_ORG
- See Also:
- Constant Field Values
-
-
Method Detail
-
account
public RecurringBookPaymentRelationships account(AccountRelationship account)
-
getAccount
@Nonnull public AccountRelationship getAccount()
Get account- Returns:
- account
-
setAccount
public void setAccount(AccountRelationship account)
-
creditAccount
public RecurringBookPaymentRelationships creditAccount(CreditAccountRelationship creditAccount)
-
getCreditAccount
@Nonnull public CreditAccountRelationship getCreditAccount()
Get creditAccount- Returns:
- creditAccount
-
setCreditAccount
public void setCreditAccount(CreditAccountRelationship creditAccount)
-
counterparty
public RecurringBookPaymentRelationships counterparty(CounterpartyRelationship counterparty)
-
getCounterparty
@Nonnull public CounterpartyRelationship getCounterparty()
Get counterparty- Returns:
- counterparty
-
setCounterparty
public void setCounterparty(CounterpartyRelationship counterparty)
-
customer
public RecurringBookPaymentRelationships customer(CustomerRelationship customer)
-
getCustomer
@Nonnull public CustomerRelationship getCustomer()
Get customer- Returns:
- customer
-
setCustomer
public void setCustomer(CustomerRelationship customer)
-
org
public RecurringBookPaymentRelationships org(OrgRelationship org)
-
getOrg
@Nonnull public OrgRelationship getOrg()
Get org- Returns:
- org
-
setOrg
public void setOrg(OrgRelationship org)
-
equals
public boolean equals(java.lang.Object o)
Return true if this RecurringBookPaymentRelationships object is equal to o.- Overrides:
equalsin classjava.lang.Object
-
hashCode
public int hashCode()
- Overrides:
hashCodein classjava.lang.Object
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
toUrlQueryString
public java.lang.String toUrlQueryString()
Convert the instance into URL query string.- Returns:
- URL query string
-
toUrlQueryString
public java.lang.String toUrlQueryString(java.lang.String prefix)
Convert the instance into URL query string.- Parameters:
prefix- prefix of the query string- Returns:
- URL query string
-
-