public static class CreditorService.CreditorUpdateRequest.Links
extends java.lang.Object
Constructor and Description |
---|
CreditorService.CreditorUpdateRequest.Links() |
Modifier and Type | Method and Description |
---|---|
CreditorService.CreditorUpdateRequest.Links |
withDefaultDkkPayoutAccount(java.lang.String defaultDkkPayoutAccount)
ID of the bank account which is set up to receive payouts in DKK.
|
CreditorService.CreditorUpdateRequest.Links |
withDefaultEurPayoutAccount(java.lang.String defaultEurPayoutAccount)
ID of the bank account which is set up to receive payouts in EUR.
|
CreditorService.CreditorUpdateRequest.Links |
withDefaultGbpPayoutAccount(java.lang.String defaultGbpPayoutAccount)
ID of the bank account which is set up to receive payouts in GBP.
|
CreditorService.CreditorUpdateRequest.Links |
withDefaultSekPayoutAccount(java.lang.String defaultSekPayoutAccount)
ID of the bank account which is set up to receive payouts in SEK.
|
public CreditorService.CreditorUpdateRequest.Links()
public CreditorService.CreditorUpdateRequest.Links withDefaultDkkPayoutAccount(java.lang.String defaultDkkPayoutAccount)
ID of the bank account which is set up to receive payouts in DKK.
public CreditorService.CreditorUpdateRequest.Links withDefaultEurPayoutAccount(java.lang.String defaultEurPayoutAccount)
ID of the bank account which is set up to receive payouts in EUR.
public CreditorService.CreditorUpdateRequest.Links withDefaultGbpPayoutAccount(java.lang.String defaultGbpPayoutAccount)
ID of the bank account which is set up to receive payouts in GBP.
public CreditorService.CreditorUpdateRequest.Links withDefaultSekPayoutAccount(java.lang.String defaultSekPayoutAccount)
ID of the bank account which is set up to receive payouts in SEK.