public class ChildAccountCreateResponse extends ChildAccountResponse
| Constructor and Description |
|---|
ChildAccountCreateResponse() |
| Modifier and Type | Method and Description |
|---|---|
List<AccessKey> |
getAccessKeys() |
String |
getInvoiceAggregation() |
String |
getPaymentMoment() |
String |
getSigningKey() |
void |
setAccessKeys(List<AccessKey> accessKeys) |
void |
setInvoiceAggregation(String invoiceAggregation) |
void |
setPaymentMoment(String paymentMoment) |
void |
setSigningKey(String signingKey) |
String |
toString() |
getId, getName, setId, setNamepublic String getSigningKey()
public void setSigningKey(String signingKey)
public String getInvoiceAggregation()
public void setInvoiceAggregation(String invoiceAggregation)
public String getPaymentMoment()
public void setPaymentMoment(String paymentMoment)
public String toString()
toString in class ChildAccountResponseCopyright © 2024. All rights reserved.