- get(String) - Method in class com.gocardless.services.CreditorBankAccountService
-
Retrieves the details of an existing creditor bank account.
- get(String) - Method in class com.gocardless.services.CreditorService
-
Retrieves the details of an existing creditor.
- get(String) - Method in class com.gocardless.services.CustomerBankAccountService
-
Retrieves the details of an existing bank account.
- get(String) - Method in class com.gocardless.services.CustomerService
-
Retrieves the details of an existing customer.
- get(String) - Method in class com.gocardless.services.EventService
-
Retrieves the details of a single event.
- get(String) - Method in class com.gocardless.services.MandateImportService
-
Returns a single mandate import.
- get(String) - Method in class com.gocardless.services.MandateService
-
Retrieves the details of an existing mandate.
- get(String) - Method in class com.gocardless.services.PaymentService
-
Retrieves the details of a single existing payment.
- get(String) - Method in class com.gocardless.services.PayoutService
-
Retrieves the details of a single payout.
- get(String) - Method in class com.gocardless.services.RedirectFlowService
-
Returns all details about a single redirect flow
- get(String) - Method in class com.gocardless.services.RefundService
-
Retrieves all details for a single refund
- get(String) - Method in class com.gocardless.services.SubscriptionService
-
Retrieves the details of a single subscription.
- getAccountHolderName() - Method in class com.gocardless.resources.CreditorBankAccount
-
Name of the account holder, as known by the bank.
- getAccountHolderName() - Method in class com.gocardless.resources.CustomerBankAccount
-
Name of the account holder, as known by the bank.
- getAccountNumberEnding() - Method in class com.gocardless.resources.CreditorBankAccount
-
Last two digits of account number.
- getAccountNumberEnding() - Method in class com.gocardless.resources.CustomerBankAccount
-
Last two digits of account number.
- getAction() - Method in class com.gocardless.resources.Event
-
What has happened to the resource.
- getActionTaken() - Method in class com.gocardless.resources.CustomerNotification
-
The action that was taken on the notification.
- getActionTakenAt() - Method in class com.gocardless.resources.CustomerNotification
-
Fixed
timestamp, recording when this action was taken.
- getActionTakenBy() - Method in class com.gocardless.resources.CustomerNotification
-
A string identifying the integrator who was able to handle this notification.
- getAddressLine1() - Method in class com.gocardless.resources.Creditor
-
The first line of the creditor’s address.
- getAddressLine1() - Method in class com.gocardless.resources.Creditor.SchemeIdentifier
-
The first line of the support address.
- getAddressLine1() - Method in class com.gocardless.resources.Customer
-
The first line of the customer’s address.
- getAddressLine2() - Method in class com.gocardless.resources.Creditor
-
The second line of the creditor’s address.
- getAddressLine2() - Method in class com.gocardless.resources.Creditor.SchemeIdentifier
-
The second line of the support address.
- getAddressLine2() - Method in class com.gocardless.resources.Customer
-
The second line of the customer’s address.
- getAddressLine3() - Method in class com.gocardless.resources.Creditor
-
The third line of the creditor’s address.
- getAddressLine3() - Method in class com.gocardless.resources.Creditor.SchemeIdentifier
-
The third line of the support address.
- getAddressLine3() - Method in class com.gocardless.resources.Customer
-
The third line of the customer’s address.
- getAfter() - Method in class com.gocardless.http.ListResponse
-
Returns a cursor that can be used to get the page after this one.
- getAmount() - Method in class com.gocardless.resources.Payment
-
Amount in pence (GBP), cents (AUD/EUR), öre (SEK), or øre (DKK).
- getAmount() - Method in class com.gocardless.resources.Payout
-
Amount in pence or cents.
- getAmount() - Method in class com.gocardless.resources.PayoutItem
-
The positive (credit) or negative (debit) value of the item, in fractional currency; either pence (GBP), cents (AUD/EUR), or öre (SEK), to one decimal place.
- getAmount() - Method in class com.gocardless.resources.Refund
-
Amount in pence/cents/öre.
- getAmount() - Method in class com.gocardless.resources.Subscription
-
Amount in pence (GBP), cents (AUD/EUR), öre (SEK), or øre (DKK).
- getAmount() - Method in class com.gocardless.resources.Subscription.UpcomingPayment
-
The amount of this payment, in pence.
- getAmountRefunded() - Method in class com.gocardless.resources.Payment
-
- getAppFee() - Method in class com.gocardless.resources.Subscription
-
The amount to be deducted from each payment as an app fee, to be paid to the partner integration which created the subscription, in pence (GBP), cents (AUD/EUR), öre (SEK), or øre (DKK).
- getArrivalDate() - Method in class com.gocardless.resources.Payout
-
Date the payout is due to arrive in the creditor’s bank account.
- getAvailableDebitSchemes() - Method in class com.gocardless.resources.BankDetailsLookup
-
Array of
schemes supported for this bank account.
- getBankName() - Method in class com.gocardless.resources.BankDetailsLookup
-
The name of the bank with which the account is held (if available).
- getBankName() - Method in class com.gocardless.resources.CreditorBankAccount
-
Name of bank, taken from the bank details.
- getBankName() - Method in class com.gocardless.resources.CustomerBankAccount
-
Name of bank, taken from the bank details.
- getBefore() - Method in class com.gocardless.http.ListResponse
-
Returns a cursor that can be used to get the page before this one.
- getBic() - Method in class com.gocardless.resources.BankDetailsLookup
-
ISO 9362 SWIFT BIC of the bank with which the account is held.
- getCanCreateRefunds() - Method in class com.gocardless.resources.Creditor
-
Boolean indicating whether the creditor is permitted to create refunds
- getCanSpecifyMandateReference() - Method in class com.gocardless.resources.Creditor.SchemeIdentifier
-
Whether a custom reference can be submitted for mandates using this scheme identifier.
- getCause() - Method in class com.gocardless.resources.Event.Details
-
What triggered the event.
- getChargeDate() - Method in class com.gocardless.resources.Payment
-
A future date on which the payment should be collected.
- getChargeDate() - Method in class com.gocardless.resources.Subscription.UpcomingPayment
-
The date on which this payment will be charged.
- getCity() - Method in class com.gocardless.resources.Creditor
-
The city of the creditor’s address.
- getCity() - Method in class com.gocardless.resources.Creditor.SchemeIdentifier
-
The city of the support address.
- getCity() - Method in class com.gocardless.resources.Customer
-
The city of the customer’s address.
- getCode() - Method in exception com.gocardless.errors.GoCardlessApiException
-
Returns the HTTP status code.
- getCompanyName() - Method in class com.gocardless.resources.Customer
-
Customer’s company name.
- getConfirmationUrl() - Method in class com.gocardless.resources.RedirectFlow
-
The URL of a confirmation page, which you may optionally redirect the customer to rather than use your own page, that confirms in their chosen language that their Direct Debit has been set up successfully.
- getCountryCode() - Method in class com.gocardless.resources.Creditor
-
- getCountryCode() - Method in class com.gocardless.resources.Creditor.SchemeIdentifier
-
- getCountryCode() - Method in class com.gocardless.resources.CreditorBankAccount
-
- getCountryCode() - Method in class com.gocardless.resources.Customer
-
- getCountryCode() - Method in class com.gocardless.resources.CustomerBankAccount
-
- getCreatedAt() - Method in class com.gocardless.resources.Creditor
-
Fixed
timestamp, recording when this resource was created.
- getCreatedAt() - Method in class com.gocardless.resources.CreditorBankAccount
-
Fixed
timestamp, recording when this resource was created.
- getCreatedAt() - Method in class com.gocardless.resources.Customer
-
Fixed
timestamp, recording when this resource was created.
- getCreatedAt() - Method in class com.gocardless.resources.CustomerBankAccount
-
Fixed
timestamp, recording when this resource was created.
- getCreatedAt() - Method in class com.gocardless.resources.Event
-
Fixed
timestamp, recording when this resource was created.
- getCreatedAt() - Method in class com.gocardless.resources.Mandate
-
Fixed
timestamp, recording when this resource was created.
- getCreatedAt() - Method in class com.gocardless.resources.MandateImport
-
Fixed
timestamp, recording when this resource was created.
- getCreatedAt() - Method in class com.gocardless.resources.MandateImportEntry
-
Fixed
timestamp, recording when this resource was created.
- getCreatedAt() - Method in class com.gocardless.resources.Payment
-
Fixed
timestamp, recording when this resource was created.
- getCreatedAt() - Method in class com.gocardless.resources.Payout
-
Fixed
timestamp, recording when this resource was created.
- getCreatedAt() - Method in class com.gocardless.resources.RedirectFlow
-
Fixed
timestamp, recording when this resource was created.
- getCreatedAt() - Method in class com.gocardless.resources.Refund
-
Fixed
timestamp, recording when this resource was created.
- getCreatedAt() - Method in class com.gocardless.resources.Subscription
-
Fixed
timestamp, recording when this resource was created.
- getCreditor() - Method in class com.gocardless.resources.CreditorBankAccount.Links
-
ID of the
creditor that owns this bank account.
- getCreditor() - Method in class com.gocardless.resources.Mandate.Links
-
- getCreditor() - Method in class com.gocardless.resources.Payment.Links
-
ID of
creditor to which the collected payment will be sent.
- getCreditor() - Method in class com.gocardless.resources.Payout.Links
-
ID of
creditor who will receive this payout, i.e.
- getCreditor() - Method in class com.gocardless.resources.RedirectFlow.Links
-
The
creditor for whom the mandate will be created.
- getCreditorBankAccount() - Method in class com.gocardless.resources.Payout.Links
-
- getCurrency() - Method in class com.gocardless.resources.Creditor.SchemeIdentifier
-
The currency of the scheme identifier.
- getCurrency() - Method in class com.gocardless.resources.CreditorBankAccount
-
ISO 4217 currency code, defaults to national currency of
country_code
.
- getCurrency() - Method in class com.gocardless.resources.CustomerBankAccount
-
ISO 4217 currency code, defaults to national currency of
country_code
.
- getCurrency() - Method in class com.gocardless.resources.Payment
-
- getCurrency() - Method in class com.gocardless.resources.Payout
-
- getCurrency() - Method in class com.gocardless.resources.Refund
-
- getCurrency() - Method in class com.gocardless.resources.Subscription
-
- getCustomer() - Method in class com.gocardless.resources.CustomerBankAccount.Links
-
ID of the
customer that owns this bank account.
- getCustomer() - Method in class com.gocardless.resources.CustomerNotification.Links
-
The customer who should be contacted with this notification.
- getCustomer() - Method in class com.gocardless.resources.Mandate.Links
-
- getCustomer() - Method in class com.gocardless.resources.MandateImportEntry.Links
-
The ID of the customer which was created when the mandate import was processed.
- getCustomer() - Method in class com.gocardless.resources.RedirectFlow.Links
-
ID of
customer created by this redirect flow.
**Note**: this property will not be present until the redirect flow has been successfully completed.
- getCustomerBankAccount() - Method in class com.gocardless.resources.Mandate.Links
-
- getCustomerBankAccount() - Method in class com.gocardless.resources.MandateImportEntry.Links
-
The ID of the customer bank account which was created when the mandate import was processed.
- getCustomerBankAccount() - Method in class com.gocardless.resources.RedirectFlow.Links
-
ID of
customer bank account created by this redirect flow.
**Note**: this property will not be present until the redirect flow has been successfully completed.
- getCustomerNotifications() - Method in class com.gocardless.resources.Event
-
Present only in webhooks when an integrator is authorised to send their own notifications.
- getDanishIdentityNumber() - Method in class com.gocardless.resources.Customer
-
For Danish customers only.
- getDayOfMonth() - Method in class com.gocardless.resources.Subscription
-
As per RFC 2445.
- getDeadline() - Method in class com.gocardless.resources.Event.CustomerNotification
-
Time after which GoCardless will send the notification by email.
- getDeductedFees() - Method in class com.gocardless.resources.Payout
-
Fees that have already been deducted from the payout amount in pence or cents.
- getDefaultAudPayoutAccount() - Method in class com.gocardless.resources.Creditor.Links
-
ID of the
bank account which is set up to receive payouts in AUD.
- getDefaultDkkPayoutAccount() - Method in class com.gocardless.resources.Creditor.Links
-
ID of the
bank account which is set up to receive payouts in DKK.
- getDefaultEurPayoutAccount() - Method in class com.gocardless.resources.Creditor.Links
-
ID of the
bank account which is set up to receive payouts in EUR.
- getDefaultGbpPayoutAccount() - Method in class com.gocardless.resources.Creditor.Links
-
ID of the
bank account which is set up to receive payouts in GBP.
- getDefaultSekPayoutAccount() - Method in class com.gocardless.resources.Creditor.Links
-
ID of the
bank account which is set up to receive payouts in SEK.
- getDescription() - Method in class com.gocardless.resources.Event.Details
-
Human readable description of the cause.
- getDescription() - Method in class com.gocardless.resources.Payment
-
A human-readable description of the payment.
- getDescription() - Method in class com.gocardless.resources.RedirectFlow
-
A description of the item the customer is paying for.
- getDetails() - Method in class com.gocardless.resources.Event
-
- getDocumentationUrl() - Method in exception com.gocardless.errors.GoCardlessApiException
-
Returns the URL to the documentation describing the error.
- getEmail() - Method in class com.gocardless.resources.Creditor.SchemeIdentifier
-
The support email address.
- getEmail() - Method in class com.gocardless.resources.Customer
-
Customer’s email address.
- getEnabled() - Method in class com.gocardless.resources.CreditorBankAccount
-
Boolean value showing whether the bank account is enabled or disabled.
- getEnabled() - Method in class com.gocardless.resources.CustomerBankAccount
-
Boolean value showing whether the bank account is enabled or disabled.
- getEndDate() - Method in class com.gocardless.resources.Subscription
-
Date on or after which no further payments should be created.
- getErrorMessage() - Method in exception com.gocardless.errors.GoCardlessApiException
-
Returns a human-readable description of the error.
- getErrors() - Method in exception com.gocardless.errors.GoCardlessApiException
-
Returns a list of errors.
- getEvent() - Method in class com.gocardless.resources.CustomerNotification.Links
-
The event that triggered the notification to be scheduled.
- getExpiresAt() - Method in class com.gocardless.resources.MandatePdf
-
The date and time at which the url
will expire (10 minutes after the original request).
- getFamilyName() - Method in class com.gocardless.resources.Customer
-
Customer’s surname.
- getField() - Method in class com.gocardless.errors.ApiError
-
Returns the field that this error applies to.
- getGivenName() - Method in class com.gocardless.resources.Customer
-
Customer’s first name.
- getHeaders() - Method in class com.gocardless.http.ApiResponse
-
- getId() - Method in class com.gocardless.resources.Creditor
-
Unique identifier, beginning with “CR”.
- getId() - Method in class com.gocardless.resources.CreditorBankAccount
-
Unique identifier, beginning with “BA”.
- getId() - Method in class com.gocardless.resources.Customer
-
Unique identifier, beginning with “CU”.
- getId() - Method in class com.gocardless.resources.CustomerBankAccount
-
Unique identifier, beginning with “BA”.
- getId() - Method in class com.gocardless.resources.CustomerNotification
-
The id of the notification.
- getId() - Method in class com.gocardless.resources.Event.CustomerNotification
-
The id of the notification.
- getId() - Method in class com.gocardless.resources.Event
-
Unique identifier, beginning with “EV”.
- getId() - Method in class com.gocardless.resources.Mandate
-
Unique identifier, beginning with “MD”.
- getId() - Method in class com.gocardless.resources.MandateImport
-
Unique identifier, beginning with “IM”.
- getId() - Method in class com.gocardless.resources.Payment
-
Unique identifier, beginning with “PM”.
- getId() - Method in class com.gocardless.resources.Payout
-
Unique identifier, beginning with “PO”.
- getId() - Method in class com.gocardless.resources.RedirectFlow
-
Unique identifier, beginning with “RE”.
- getId() - Method in class com.gocardless.resources.Refund
-
Unique identifier, beginning with “RF”.
- getId() - Method in class com.gocardless.resources.Subscription
-
Unique identifier, beginning with “SB”.
- getInterval() - Method in class com.gocardless.resources.Subscription
-
Number of interval_units
between customer charge dates.
- getIntervalUnit() - Method in class com.gocardless.resources.Subscription
-
The unit of time between customer charge dates.
- getItems() - Method in class com.gocardless.http.ListResponse
-
Returns the items on this page.
- getLanguage() - Method in class com.gocardless.resources.Customer
-
- getLimit() - Method in class com.gocardless.http.ListResponse
-
Returns the upper bound placed on the number of items returned.
- getLinks() - Method in class com.gocardless.errors.ApiError
-
Returns the IDs of related objects.
- getLinks() - Method in class com.gocardless.resources.Creditor
-
- getLinks() - Method in class com.gocardless.resources.CreditorBankAccount
-
- getLinks() - Method in class com.gocardless.resources.CustomerBankAccount
-
- getLinks() - Method in class com.gocardless.resources.CustomerNotification
-
- getLinks() - Method in class com.gocardless.resources.Event
-
- getLinks() - Method in class com.gocardless.resources.Mandate
-
- getLinks() - Method in class com.gocardless.resources.MandateImportEntry
-
Related resources
- getLinks() - Method in class com.gocardless.resources.Payment
-
- getLinks() - Method in class com.gocardless.resources.Payout
-
- getLinks() - Method in class com.gocardless.resources.PayoutItem
-
- getLinks() - Method in class com.gocardless.resources.RedirectFlow
-
- getLinks() - Method in class com.gocardless.resources.Refund
-
- getLinks() - Method in class com.gocardless.resources.Subscription
-
- getLogoUrl() - Method in class com.gocardless.resources.Creditor
-
URL for the creditor’s logo, which may be shown on their payment pages.
- getMandate() - Method in class com.gocardless.resources.CustomerNotification.Links
-
The identifier of the related mandate.
- getMandate() - Method in class com.gocardless.resources.Event.Links
-
If
resource_type
is
mandates
, this is the ID of the
mandate which has been updated.
- getMandate() - Method in class com.gocardless.resources.MandateImportEntry.Links
-
The ID of the mandate which was created when the mandate import was processed.
- getMandate() - Method in class com.gocardless.resources.Payment.Links
-
ID of the
mandate against which this payment should be collected.
- getMandate() - Method in class com.gocardless.resources.PayoutItem.Links
-
Unique identifier, beginning with “MD”.
- getMandate() - Method in class com.gocardless.resources.RedirectFlow.Links
-
ID of
mandate created by this redirect flow.
**Note**: this property will not be present until the redirect flow has been successfully completed.
- getMandate() - Method in class com.gocardless.resources.Refund.Links
-
ID of the
mandate against which the refund is being made.
- getMandate() - Method in class com.gocardless.resources.Subscription.Links
-
ID of the associated
mandate which the subscription will create payments against.
- getMandateImport() - Method in class com.gocardless.resources.MandateImportEntry.Links
-
The ID of the mandate import.
- getMandatory() - Method in class com.gocardless.resources.Event.CustomerNotification
-
Whether or not the notification must be sent.
- getMessage() - Method in class com.gocardless.errors.ApiError
-
Returns a message describing the problem.
- getMetadata() - Method in class com.gocardless.resources.CreditorBankAccount
-
Key-value store of custom data.
- getMetadata() - Method in class com.gocardless.resources.Customer
-
Key-value store of custom data.
- getMetadata() - Method in class com.gocardless.resources.CustomerBankAccount
-
Key-value store of custom data.
- getMetadata() - Method in class com.gocardless.resources.Event
-
If the details[origin]
is api
, this will contain any metadata you specified when triggering this event.
- getMetadata() - Method in class com.gocardless.resources.Mandate
-
Key-value store of custom data.
- getMetadata() - Method in class com.gocardless.resources.Payment
-
Key-value store of custom data.
- getMetadata() - Method in class com.gocardless.resources.Refund
-
Key-value store of custom data.
- getMetadata() - Method in class com.gocardless.resources.Subscription
-
Key-value store of custom data.
- getMinimumAdvanceNotice() - Method in class com.gocardless.resources.Creditor.SchemeIdentifier
-
The minimum interval, in working days, between the sending of a pre-notification to the customer, and the charge date of a payment using this scheme identifier.
- getMonth() - Method in class com.gocardless.resources.Subscription
-
Name of the month on which to charge a customer.
- getName() - Method in class com.gocardless.resources.Creditor
-
The creditor’s name.
- getName() - Method in class com.gocardless.resources.Creditor.SchemeIdentifier
-
The name which appears on customers’ bank statements.
- getName() - Method in class com.gocardless.resources.Subscription
-
Optional name for the subscription.
- getNewCustomerBankAccount() - Method in class com.gocardless.resources.Event.Links
-
This is only included for mandate transfer events, when it is the ID of the
customer bank account which the mandate is being transferred to.
- getNewMandate() - Method in class com.gocardless.resources.Event.Links
-
This is only included for mandate replaced events, when it is the ID of the new
mandate that replaces the existing mandate.
- getNewMandate() - Method in class com.gocardless.resources.Mandate.Links
-
ID of the new mandate if this mandate has been replaced.
- getNextPossibleChargeDate() - Method in class com.gocardless.resources.Mandate
-
The earliest date a newly created payment for this mandate could be charged.
- getOrganisation() - Method in class com.gocardless.resources.Event.Links
-
If the event is included in a
webhook to an
OAuth app, this is the ID of the account to which it belongs.
- getOrigin() - Method in class com.gocardless.resources.Event.Details
-
Who initiated the event.
- getParentEvent() - Method in class com.gocardless.resources.Event.Links
-
If this event was caused by another, this is the ID of the cause.
- getPayment() - Method in class com.gocardless.resources.CustomerNotification.Links
-
The identifier of the related payment.
- getPayment() - Method in class com.gocardless.resources.Event.Links
-
If
resource_type
is
payments
, this is the ID of the
payment which has been updated.
- getPayment() - Method in class com.gocardless.resources.PayoutItem.Links
-
Unique identifier, beginning with “PM”.
- getPayment() - Method in class com.gocardless.resources.Refund.Links
-
ID of the
payment against which the refund is being made.
- getPaymentReference() - Method in class com.gocardless.resources.Subscription
-
An optional payment reference.
- getPaymentsRequireApproval() - Method in class com.gocardless.resources.Mandate
-
Boolean value showing whether payments and subscriptions under this mandate require approval via an automated email before being processed.
- getPayout() - Method in class com.gocardless.resources.Event.Links
-
If
resource_type
is
payouts
, this is the ID of the
payout which has been updated.
- getPayout() - Method in class com.gocardless.resources.Payment.Links
-
ID of
payout which contains the funds from this payment.
**Note**: this property will not be present until the payment has been successfully collected.
- getPayoutType() - Method in class com.gocardless.resources.Payout
-
Whether a payout contains merchant revenue or partner fees.
- getPhoneNumber() - Method in class com.gocardless.resources.Creditor.SchemeIdentifier
-
The support phone number.
- getPostalCode() - Method in class com.gocardless.resources.Creditor
-
The creditor’s postal code.
- getPostalCode() - Method in class com.gocardless.resources.Creditor.SchemeIdentifier
-
The support postal code.
- getPostalCode() - Method in class com.gocardless.resources.Customer
-
The customer’s postal code.
- getPreviousCustomerBankAccount() - Method in class com.gocardless.resources.Event.Links
-
This is only included for mandate transfer events, when it is the ID of the
customer bank account which the mandate is being transferred from.
- getQueryParams() - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountListRequest.CreatedAt
-
- getQueryParams() - Method in class com.gocardless.services.CreditorService.CreditorListRequest.CreatedAt
-
- getQueryParams() - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountListRequest.CreatedAt
-
- getQueryParams() - Method in class com.gocardless.services.CustomerService.CustomerListRequest.CreatedAt
-
- getQueryParams() - Method in class com.gocardless.services.EventService.EventListRequest.CreatedAt
-
- getQueryParams() - Method in class com.gocardless.services.MandateService.MandateListRequest.CreatedAt
-
- getQueryParams() - Method in class com.gocardless.services.PaymentService.PaymentListRequest.CreatedAt
-
- getQueryParams() - Method in class com.gocardless.services.PayoutService.PayoutListRequest.CreatedAt
-
- getQueryParams() - Method in class com.gocardless.services.RefundService.RefundListRequest.CreatedAt
-
- getQueryParams() - Method in class com.gocardless.services.SubscriptionService.SubscriptionListRequest.CreatedAt
-
- getReason() - Method in class com.gocardless.errors.ApiError
-
Returns a key identifying the reason for this error.
- getReasonCode() - Method in class com.gocardless.resources.Event.Details
-
Set when a bank
is the origin of the event.
- getRecordIdentifier() - Method in class com.gocardless.resources.MandateImportEntry
-
A unique identifier for this entry, which you can use (once the import has been processed by GoCardless) to identify the records that have been created.
- getRedirectUrl() - Method in class com.gocardless.resources.RedirectFlow
-
The URL of the hosted payment pages for this redirect flow.
- getReference() - Method in class com.gocardless.resources.Creditor.SchemeIdentifier
-
The scheme-unique identifier against which payments are submitted.
- getReference() - Method in class com.gocardless.resources.Mandate
-
Unique reference.
- getReference() - Method in class com.gocardless.resources.Payment
-
An optional payment reference that will appear on your customer’s bank statement.
- getReference() - Method in class com.gocardless.resources.Payout
-
Reference which appears on the creditor’s bank statement.
- getReference() - Method in class com.gocardless.resources.Refund
-
An optional refund reference, displayed on your customer’s bank statement.
- getRefund() - Method in class com.gocardless.resources.CustomerNotification.Links
-
The identifier of the related refund.
- getRefund() - Method in class com.gocardless.resources.Event.Links
-
If
resource_type
is
refunds
, this is the ID of the
refund which has been updated.
- getRegion() - Method in class com.gocardless.resources.Creditor
-
The creditor’s address region, county or department.
- getRegion() - Method in class com.gocardless.resources.Creditor.SchemeIdentifier
-
The support address region, county or department.
- getRegion() - Method in class com.gocardless.resources.Customer
-
The customer’s address region, county or department.
- GetRequest<T> - Class in com.gocardless.http
-
Base class for GET requests that return a single item.
- getRequestId() - Method in exception com.gocardless.errors.GoCardlessApiException
-
Returns the ID of the request.
- getRequestPointer() - Method in class com.gocardless.errors.ApiError
-
Returns the request pointer, indicating the exact field of the request that triggered the validation error
- getResource() - Method in class com.gocardless.http.ApiResponse
-
- getResourceType() - Method in class com.gocardless.resources.Event
-
The resource type for this event.
- getResponseBody() - Method in exception com.gocardless.errors.MalformedResponseException
-
- getScheme() - Method in class com.gocardless.resources.Creditor.SchemeIdentifier
-
The scheme which this scheme identifier applies to.
- getScheme() - Method in class com.gocardless.resources.Event.Details
-
A Direct Debit scheme.
- getScheme() - Method in class com.gocardless.resources.Mandate
-
Direct Debit scheme to which this mandate and associated payments are submitted.
- getScheme() - Method in class com.gocardless.resources.MandateImport
-
The scheme of the mandates to be imported.
All mandates in a single mandate import must be for the same scheme.
- getScheme() - Method in class com.gocardless.resources.RedirectFlow
-
The Direct Debit scheme of the mandate.
- getSchemeIdentifiers() - Method in class com.gocardless.resources.Creditor
-
An array of the scheme identifiers this creditor can create mandates against.
- getSessionToken() - Method in class com.gocardless.resources.RedirectFlow
-
The customer’s session ID must be provided when the redirect flow is set up and again when it is completed.
- getStartDate() - Method in class com.gocardless.resources.Subscription
-
The date on which the first payment should be charged.
- getStatus() - Method in class com.gocardless.resources.Mandate
-
One of: pending_customer_approval
: the mandate has not yet been signed by the second customer pending_submission
: the mandate has not yet been submitted to the customer’s bank submitted
: the mandate has been submitted to the customer’s bank but has not been processed yet active
: the mandate has been successfully set up by the customer’s bank failed
: the mandate could not be created cancelled
: the mandate has been cancelled expired
: the mandate has expired due to dormancy
- getStatus() - Method in class com.gocardless.resources.MandateImport
-
The status of the mandate import.
- getStatus() - Method in class com.gocardless.resources.Payment
-
One of:
pending_customer_approval
: we’re waiting for the customer to approve this payment
pending_submission
: the payment has been created, but not yet submitted to the banks
submitted
: the payment has been submitted to the banks
confirmed
: the payment has been confirmed as collected
paid_out
: the payment has been included in a
payout cancelled
: the payment has been cancelled
customer_approval_denied
: the customer has denied approval for the payment.
- getStatus() - Method in class com.gocardless.resources.Payout
-
One of: pending
: the payout has been created, but not yet sent to the banks paid
: the payout has been sent to the banks
- getStatus() - Method in class com.gocardless.resources.Subscription
-
One of: pending_customer_approval
: the subscription is waiting for customer approval before becoming active customer_approval_denied
: the customer did not approve the subscription active
: the subscription is currently active and will continue to create payments finished
: all of the payments scheduled for creation under this subscription have been created cancelled
: the subscription has been cancelled and will no longer create payments
- getStatusCode() - Method in class com.gocardless.http.ApiResponse
-
- getSubscription() - Method in class com.gocardless.resources.CustomerNotification.Links
-
The identifier of the related subscription.
- getSubscription() - Method in class com.gocardless.resources.Event.Links
-
If
resource_type
is
subscription
, this is the ID of the
subscription which has been updated.
- getSubscription() - Method in class com.gocardless.resources.Payment.Links
-
ID of
subscription from which this payment was created.
**Note**: this property will only be present if this payment is part of a subscription.
- getSuccessRedirectUrl() - Method in class com.gocardless.resources.RedirectFlow
-
The URL to redirect to upon successful mandate setup.
- getSwedishIdentityNumber() - Method in class com.gocardless.resources.Customer
-
For Swedish customers only.
- getType() - Method in exception com.gocardless.errors.GoCardlessApiException
-
Returns the type of the error.
- getType() - Method in class com.gocardless.resources.CustomerNotification
-
The type of notification the customer shall receive.
- getType() - Method in class com.gocardless.resources.Event.CustomerNotification
-
The type of notification the customer shall receive.
- getType() - Method in class com.gocardless.resources.PayoutItem
-
The type of the credit (positive) or debit (negative) item in the payout.
- getUpcomingPayments() - Method in class com.gocardless.resources.Subscription
-
Up to 10 upcoming payments with the amount, in pence, and charge date for each.
- getUrl() - Method in class com.gocardless.resources.MandatePdf
-
The URL at which this mandate PDF can be viewed until it expires at the date and time specified by expires_at
.
- getVerificationStatus() - Method in class com.gocardless.resources.Creditor
-
The creditor’s verification status, indicating whether they can yet receive payouts.
- GoCardlessApiException - Exception in com.gocardless.errors
-
Base class for exceptions that are thrown as a result of error responses from the API.
- GoCardlessClient - Class in com.gocardless
-
Entry point into the client.
- GoCardlessClient.Builder - Class in com.gocardless
-
- GoCardlessClient.Environment - Enum in com.gocardless
-
Available environments for this client.
- GoCardlessErrorMapper - Class in com.gocardless.errors
-
Provides a mapping between API error responses and exceptions.
- GoCardlessErrorMapper() - Constructor for class com.gocardless.errors.GoCardlessErrorMapper
-
- GoCardlessException - Exception in com.gocardless
-
Base class for client library exceptions.
- GoCardlessInternalException - Exception in com.gocardless.errors
-
Exception thrown when an internal error occurred while processing your request.
- GoCardlessNetworkException - Exception in com.gocardless.http
-
Exception thrown due to a network error.
- ValidationFailedException - Exception in com.gocardless.errors
-
Exception thrown when the parameters submitted with your request were invalid.
- valueOf(String) - Static method in enum com.gocardless.errors.ErrorType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.GoCardlessClient.Environment
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.resources.BankDetailsLookup.AvailableDebitScheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.resources.Creditor.SchemeIdentifier.Currency
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.resources.Creditor.SchemeIdentifier.Scheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.resources.Creditor.VerificationStatus
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.resources.CustomerNotification.ActionTaken
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.resources.CustomerNotification.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.resources.Event.CustomerNotification.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.resources.Event.Details.Origin
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.resources.Event.Details.Scheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.resources.Event.ResourceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.resources.Mandate.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.resources.MandateImport.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.resources.Payment.Currency
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.resources.Payment.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.resources.Payout.Currency
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.resources.Payout.PayoutType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.resources.Payout.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.resources.PayoutItem.Type
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.resources.RedirectFlow.Scheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.resources.Subscription.IntervalUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.resources.Subscription.Month
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.resources.Subscription.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.services.EventService.EventListRequest.Include
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.services.EventService.EventListRequest.ResourceType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.services.MandateImportService.MandateImportCreateRequest.Scheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.services.MandateService.MandateListRequest.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.services.PaymentService.PaymentCreateRequest.Currency
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.services.PaymentService.PaymentListRequest.Currency
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.services.PaymentService.PaymentListRequest.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.services.PayoutService.PayoutListRequest.Currency
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.services.PayoutService.PayoutListRequest.PayoutType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.services.PayoutService.PayoutListRequest.Status
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest.Scheme
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.services.RefundService.RefundListRequest.RefundType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.services.SubscriptionService.SubscriptionCreateRequest.IntervalUnit
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.gocardless.services.SubscriptionService.SubscriptionCreateRequest.Month
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.gocardless.errors.ErrorType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.GoCardlessClient.Environment
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.resources.BankDetailsLookup.AvailableDebitScheme
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.resources.Creditor.SchemeIdentifier.Currency
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.resources.Creditor.SchemeIdentifier.Scheme
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.resources.Creditor.VerificationStatus
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.resources.CustomerNotification.ActionTaken
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.resources.CustomerNotification.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.resources.Event.CustomerNotification.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.resources.Event.Details.Origin
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.resources.Event.Details.Scheme
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.resources.Event.ResourceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.resources.Mandate.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.resources.MandateImport.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.resources.Payment.Currency
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.resources.Payment.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.resources.Payout.Currency
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.resources.Payout.PayoutType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.resources.Payout.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.resources.PayoutItem.Type
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.resources.RedirectFlow.Scheme
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.resources.Subscription.IntervalUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.resources.Subscription.Month
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.resources.Subscription.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.services.EventService.EventListRequest.Include
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.services.EventService.EventListRequest.ResourceType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.services.MandateImportService.MandateImportCreateRequest.Scheme
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.services.MandateService.MandateListRequest.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.services.PaymentService.PaymentCreateRequest.Currency
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.services.PaymentService.PaymentListRequest.Currency
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.services.PaymentService.PaymentListRequest.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.services.PayoutService.PayoutListRequest.Currency
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.services.PayoutService.PayoutListRequest.PayoutType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.services.PayoutService.PayoutListRequest.Status
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest.Scheme
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.services.RefundService.RefundListRequest.RefundType
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.services.SubscriptionService.SubscriptionCreateRequest.IntervalUnit
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- values() - Static method in enum com.gocardless.services.SubscriptionService.SubscriptionCreateRequest.Month
-
Returns an array containing the constants of this enum type, in
the order they are declared.
- Webhook - Class in com.gocardless
-
Class containing a collection of functions for validating and parsing GoCardless webhooks
- WebhookParser - Class in com.gocardless.http
-
- withAccountHolderName(String) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountCreateRequest
-
Name of the account holder, as known by the bank.
- withAccountHolderName(String) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountCreateRequest
-
Name of the account holder, as known by the bank.
- withAccountHolderName(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest.BankAccount
-
Name of the account holder, as known by the bank.
- withAccountHolderName(String) - Method in class com.gocardless.services.MandatePdfService.MandatePdfCreateRequest
-
Name of the account holder, as known by the bank.
- withAccountNumber(String) - Method in class com.gocardless.services.BankDetailsLookupService.BankDetailsLookupCreateRequest
-
- withAccountNumber(String) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountCreateRequest
-
- withAccountNumber(String) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountCreateRequest
-
- withAccountNumber(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest.BankAccount
-
- withAccountNumber(String) - Method in class com.gocardless.services.MandatePdfService.MandatePdfCreateRequest
-
- withAction(String) - Method in class com.gocardless.services.EventService.EventListRequest
-
Limit to events with a given action
.
- withAddressLine1(String) - Method in class com.gocardless.services.CreditorService.CreditorCreateRequest
-
The first line of the creditor’s address.
- withAddressLine1(String) - Method in class com.gocardless.services.CreditorService.CreditorUpdateRequest
-
The first line of the creditor’s address.
- withAddressLine1(String) - Method in class com.gocardless.services.CustomerService.CustomerCreateRequest
-
The first line of the customer’s address.
- withAddressLine1(String) - Method in class com.gocardless.services.CustomerService.CustomerUpdateRequest
-
The first line of the customer’s address.
- withAddressLine1(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest.Customer
-
The first line of the customer’s address.
- withAddressLine1(String) - Method in class com.gocardless.services.MandatePdfService.MandatePdfCreateRequest
-
The first line of the customer’s address.
- withAddressLine1(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer
-
The first line of the customer’s address.
- withAddressLine2(String) - Method in class com.gocardless.services.CreditorService.CreditorCreateRequest
-
The second line of the creditor’s address.
- withAddressLine2(String) - Method in class com.gocardless.services.CreditorService.CreditorUpdateRequest
-
The second line of the creditor’s address.
- withAddressLine2(String) - Method in class com.gocardless.services.CustomerService.CustomerCreateRequest
-
The second line of the customer’s address.
- withAddressLine2(String) - Method in class com.gocardless.services.CustomerService.CustomerUpdateRequest
-
The second line of the customer’s address.
- withAddressLine2(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest.Customer
-
The second line of the customer’s address.
- withAddressLine2(String) - Method in class com.gocardless.services.MandatePdfService.MandatePdfCreateRequest
-
The second line of the customer’s address.
- withAddressLine2(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer
-
The second line of the customer’s address.
- withAddressLine3(String) - Method in class com.gocardless.services.CreditorService.CreditorCreateRequest
-
The third line of the creditor’s address.
- withAddressLine3(String) - Method in class com.gocardless.services.CreditorService.CreditorUpdateRequest
-
The third line of the creditor’s address.
- withAddressLine3(String) - Method in class com.gocardless.services.CustomerService.CustomerCreateRequest
-
The third line of the customer’s address.
- withAddressLine3(String) - Method in class com.gocardless.services.CustomerService.CustomerUpdateRequest
-
The third line of the customer’s address.
- withAddressLine3(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest.Customer
-
The third line of the customer’s address.
- withAddressLine3(String) - Method in class com.gocardless.services.MandatePdfService.MandatePdfCreateRequest
-
The third line of the customer’s address.
- withAddressLine3(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer
-
The third line of the customer’s address.
- withAfter(String) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountListRequest
-
Cursor pointing to the start of the desired set.
- withAfter(String) - Method in class com.gocardless.services.CreditorService.CreditorListRequest
-
Cursor pointing to the start of the desired set.
- withAfter(String) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountListRequest
-
Cursor pointing to the start of the desired set.
- withAfter(String) - Method in class com.gocardless.services.CustomerService.CustomerListRequest
-
Cursor pointing to the start of the desired set.
- withAfter(String) - Method in class com.gocardless.services.EventService.EventListRequest
-
Cursor pointing to the start of the desired set.
- withAfter(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryListRequest
-
Cursor pointing to the start of the desired set.
- withAfter(String) - Method in class com.gocardless.services.MandateService.MandateListRequest
-
Cursor pointing to the start of the desired set.
- withAfter(String) - Method in class com.gocardless.services.PaymentService.PaymentListRequest
-
Cursor pointing to the start of the desired set.
- withAfter(String) - Method in class com.gocardless.services.PayoutItemService.PayoutItemListRequest
-
Cursor pointing to the start of the desired set.
- withAfter(String) - Method in class com.gocardless.services.PayoutService.PayoutListRequest
-
Cursor pointing to the start of the desired set.
- withAfter(String) - Method in class com.gocardless.services.RefundService.RefundListRequest
-
Cursor pointing to the start of the desired set.
- withAfter(String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionListRequest
-
Cursor pointing to the start of the desired set.
- withAmendment(MandateImportEntryService.MandateImportEntryCreateRequest.Amendment) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest
-
- withAmendmentOriginalCreditorId(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest
-
The creditor identifier of the direct debit originator.
- withAmendmentOriginalCreditorName(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest
-
Data about the original mandate to be moved or modified.
- withAmendmentOriginalMandateReference(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest
-
The unique SEPA reference for the mandate being amended.
- withAmount(Integer) - Method in class com.gocardless.services.PaymentService.PaymentCreateRequest
-
Amount in pence (GBP), cents (AUD/EUR), öre (SEK), or øre (DKK).
- withAmount(Integer) - Method in class com.gocardless.services.RefundService.RefundCreateRequest
-
Amount in pence/cents/öre.
- withAmount(Integer) - Method in class com.gocardless.services.SubscriptionService.SubscriptionCreateRequest
-
Amount in pence (GBP), cents (AUD/EUR), öre (SEK), or øre (DKK).
- withAmount(Integer) - Method in class com.gocardless.services.SubscriptionService.SubscriptionUpdateRequest
-
Amount in pence (GBP), cents (AUD/EUR), öre (SEK), or øre (DKK).
- withAppFee(Integer) - Method in class com.gocardless.services.PaymentService.PaymentCreateRequest
-
The amount to be deducted from the payment as the OAuth app’s fee, in pence/cents/öre/øre.
- withAppFee(Integer) - Method in class com.gocardless.services.SubscriptionService.SubscriptionCreateRequest
-
The amount to be deducted from each payment as an app fee, to be paid to the partner integration which created the subscription, in pence (GBP), cents (AUD/EUR), öre (SEK), or øre (DKK).
- withAppFee(Integer) - Method in class com.gocardless.services.SubscriptionService.SubscriptionUpdateRequest
-
The amount to be deducted from each payment as an app fee, to be paid to the partner integration which created the subscription, in pence (GBP), cents (AUD/EUR), öre (SEK), or øre (DKK).
- withBankAccount(MandateImportEntryService.MandateImportEntryCreateRequest.BankAccount) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest
-
- withBankAccountAccountHolderName(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest
-
Name of the account holder, as known by the bank.
- withBankAccountAccountNumber(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest
-
- withBankAccountBankCode(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest
-
- withBankAccountBranchCode(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest
-
- withBankAccountCountryCode(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest
-
- withBankAccountIban(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest
-
International Bank Account Number.
- withBankCode(String) - Method in class com.gocardless.services.BankDetailsLookupService.BankDetailsLookupCreateRequest
-
- withBankCode(String) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountCreateRequest
-
- withBankCode(String) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountCreateRequest
-
- withBankCode(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest.BankAccount
-
- withBankCode(String) - Method in class com.gocardless.services.MandatePdfService.MandatePdfCreateRequest
-
- withBaseUrl(String) - Method in class com.gocardless.GoCardlessClient.Builder
-
Configures the base URL for the client
- withBefore(String) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountListRequest
-
Cursor pointing to the end of the desired set.
- withBefore(String) - Method in class com.gocardless.services.CreditorService.CreditorListRequest
-
Cursor pointing to the end of the desired set.
- withBefore(String) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountListRequest
-
Cursor pointing to the end of the desired set.
- withBefore(String) - Method in class com.gocardless.services.CustomerService.CustomerListRequest
-
Cursor pointing to the end of the desired set.
- withBefore(String) - Method in class com.gocardless.services.EventService.EventListRequest
-
Cursor pointing to the end of the desired set.
- withBefore(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryListRequest
-
Cursor pointing to the end of the desired set.
- withBefore(String) - Method in class com.gocardless.services.MandateService.MandateListRequest
-
Cursor pointing to the end of the desired set.
- withBefore(String) - Method in class com.gocardless.services.PaymentService.PaymentListRequest
-
Cursor pointing to the end of the desired set.
- withBefore(String) - Method in class com.gocardless.services.PayoutItemService.PayoutItemListRequest
-
Cursor pointing to the end of the desired set.
- withBefore(String) - Method in class com.gocardless.services.PayoutService.PayoutListRequest
-
Cursor pointing to the end of the desired set.
- withBefore(String) - Method in class com.gocardless.services.RefundService.RefundListRequest
-
Cursor pointing to the end of the desired set.
- withBefore(String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionListRequest
-
Cursor pointing to the end of the desired set.
- withBic(String) - Method in class com.gocardless.services.MandatePdfService.MandatePdfCreateRequest
-
SWIFT BIC.
- withBranchCode(String) - Method in class com.gocardless.services.BankDetailsLookupService.BankDetailsLookupCreateRequest
-
- withBranchCode(String) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountCreateRequest
-
- withBranchCode(String) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountCreateRequest
-
- withBranchCode(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest.BankAccount
-
- withBranchCode(String) - Method in class com.gocardless.services.MandatePdfService.MandatePdfCreateRequest
-
- withChargeDate(String) - Method in class com.gocardless.services.PaymentService.PaymentCreateRequest
-
A future date on which the payment should be collected.
- withCity(String) - Method in class com.gocardless.services.CreditorService.CreditorCreateRequest
-
The city of the creditor’s address.
- withCity(String) - Method in class com.gocardless.services.CreditorService.CreditorUpdateRequest
-
The city of the creditor’s address.
- withCity(String) - Method in class com.gocardless.services.CustomerService.CustomerCreateRequest
-
The city of the customer’s address.
- withCity(String) - Method in class com.gocardless.services.CustomerService.CustomerUpdateRequest
-
The city of the customer’s address.
- withCity(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest.Customer
-
The city of the customer’s address.
- withCity(String) - Method in class com.gocardless.services.MandatePdfService.MandatePdfCreateRequest
-
The city of the customer’s address.
- withCity(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer
-
The city of the customer’s address.
- withCompanyName(String) - Method in class com.gocardless.services.CustomerService.CustomerCreateRequest
-
Customer’s company name.
- withCompanyName(String) - Method in class com.gocardless.services.CustomerService.CustomerUpdateRequest
-
Customer’s company name.
- withCompanyName(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest.Customer
-
Customer’s company name.
- withCompanyName(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer
-
Customer’s company name.
- withCount(Integer) - Method in class com.gocardless.services.SubscriptionService.SubscriptionCreateRequest
-
The total number of payments that should be taken by this subscription.
- withCountryCode(String) - Method in class com.gocardless.services.BankDetailsLookupService.BankDetailsLookupCreateRequest
-
- withCountryCode(String) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountCreateRequest
-
- withCountryCode(String) - Method in class com.gocardless.services.CreditorService.CreditorCreateRequest
-
- withCountryCode(String) - Method in class com.gocardless.services.CreditorService.CreditorUpdateRequest
-
- withCountryCode(String) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountCreateRequest
-
- withCountryCode(String) - Method in class com.gocardless.services.CustomerService.CustomerCreateRequest
-
- withCountryCode(String) - Method in class com.gocardless.services.CustomerService.CustomerUpdateRequest
-
- withCountryCode(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest.BankAccount
-
- withCountryCode(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest.Customer
-
- withCountryCode(String) - Method in class com.gocardless.services.MandatePdfService.MandatePdfCreateRequest
-
- withCountryCode(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer
-
- withCreatedAt(CreditorBankAccountService.CreditorBankAccountListRequest.CreatedAt) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountListRequest
-
- withCreatedAt(CreditorService.CreditorListRequest.CreatedAt) - Method in class com.gocardless.services.CreditorService.CreditorListRequest
-
- withCreatedAt(CustomerBankAccountService.CustomerBankAccountListRequest.CreatedAt) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountListRequest
-
- withCreatedAt(CustomerService.CustomerListRequest.CreatedAt) - Method in class com.gocardless.services.CustomerService.CustomerListRequest
-
- withCreatedAt(EventService.EventListRequest.CreatedAt) - Method in class com.gocardless.services.EventService.EventListRequest
-
- withCreatedAt(MandateService.MandateListRequest.CreatedAt) - Method in class com.gocardless.services.MandateService.MandateListRequest
-
- withCreatedAt(PaymentService.PaymentListRequest.CreatedAt) - Method in class com.gocardless.services.PaymentService.PaymentListRequest
-
- withCreatedAt(PayoutService.PayoutListRequest.CreatedAt) - Method in class com.gocardless.services.PayoutService.PayoutListRequest
-
- withCreatedAt(RefundService.RefundListRequest.CreatedAt) - Method in class com.gocardless.services.RefundService.RefundListRequest
-
- withCreatedAt(SubscriptionService.SubscriptionListRequest.CreatedAt) - Method in class com.gocardless.services.SubscriptionService.SubscriptionListRequest
-
- withCreatedAtGt(String) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountListRequest
-
Limit to records created after the specified date-time.
- withCreatedAtGt(String) - Method in class com.gocardless.services.CreditorService.CreditorListRequest
-
Limit to records created after the specified date-time.
- withCreatedAtGt(String) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountListRequest
-
Limit to records created after the specified date-time.
- withCreatedAtGt(String) - Method in class com.gocardless.services.CustomerService.CustomerListRequest
-
Limit to records created after the specified date-time.
- withCreatedAtGt(String) - Method in class com.gocardless.services.EventService.EventListRequest
-
Limit to records created after the specified date-time.
- withCreatedAtGt(String) - Method in class com.gocardless.services.MandateService.MandateListRequest
-
Limit to records created after the specified date-time.
- withCreatedAtGt(String) - Method in class com.gocardless.services.PaymentService.PaymentListRequest
-
Limit to records created after the specified date-time.
- withCreatedAtGt(String) - Method in class com.gocardless.services.PayoutService.PayoutListRequest
-
Limit to records created after the specified date-time.
- withCreatedAtGt(String) - Method in class com.gocardless.services.RefundService.RefundListRequest
-
Limit to records created after the specified date-time.
- withCreatedAtGt(String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionListRequest
-
Limit to records created after the specified date-time.
- withCreatedAtGte(String) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountListRequest
-
Limit to records created on or after the specified date-time.
- withCreatedAtGte(String) - Method in class com.gocardless.services.CreditorService.CreditorListRequest
-
Limit to records created on or after the specified date-time.
- withCreatedAtGte(String) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountListRequest
-
Limit to records created on or after the specified date-time.
- withCreatedAtGte(String) - Method in class com.gocardless.services.CustomerService.CustomerListRequest
-
Limit to records created on or after the specified date-time.
- withCreatedAtGte(String) - Method in class com.gocardless.services.EventService.EventListRequest
-
Limit to records created on or after the specified date-time.
- withCreatedAtGte(String) - Method in class com.gocardless.services.MandateService.MandateListRequest
-
Limit to records created on or after the specified date-time.
- withCreatedAtGte(String) - Method in class com.gocardless.services.PaymentService.PaymentListRequest
-
Limit to records created on or after the specified date-time.
- withCreatedAtGte(String) - Method in class com.gocardless.services.PayoutService.PayoutListRequest
-
Limit to records created on or after the specified date-time.
- withCreatedAtGte(String) - Method in class com.gocardless.services.RefundService.RefundListRequest
-
Limit to records created on or after the specified date-time.
- withCreatedAtGte(String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionListRequest
-
Limit to records created on or after the specified date-time.
- withCreatedAtLt(String) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountListRequest
-
Limit to records created before the specified date-time.
- withCreatedAtLt(String) - Method in class com.gocardless.services.CreditorService.CreditorListRequest
-
Limit to records created before the specified date-time.
- withCreatedAtLt(String) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountListRequest
-
Limit to records created before the specified date-time.
- withCreatedAtLt(String) - Method in class com.gocardless.services.CustomerService.CustomerListRequest
-
Limit to records created before the specified date-time.
- withCreatedAtLt(String) - Method in class com.gocardless.services.EventService.EventListRequest
-
Limit to records created before the specified date-time.
- withCreatedAtLt(String) - Method in class com.gocardless.services.MandateService.MandateListRequest
-
Limit to records created before the specified date-time.
- withCreatedAtLt(String) - Method in class com.gocardless.services.PaymentService.PaymentListRequest
-
Limit to records created before the specified date-time.
- withCreatedAtLt(String) - Method in class com.gocardless.services.PayoutService.PayoutListRequest
-
Limit to records created before the specified date-time.
- withCreatedAtLt(String) - Method in class com.gocardless.services.RefundService.RefundListRequest
-
Limit to records created before the specified date-time.
- withCreatedAtLt(String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionListRequest
-
Limit to records created before the specified date-time.
- withCreatedAtLte(String) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountListRequest
-
Limit to records created on or before the specified date-time.
- withCreatedAtLte(String) - Method in class com.gocardless.services.CreditorService.CreditorListRequest
-
Limit to records created on or before the specified date-time.
- withCreatedAtLte(String) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountListRequest
-
Limit to records created on or before the specified date-time.
- withCreatedAtLte(String) - Method in class com.gocardless.services.CustomerService.CustomerListRequest
-
Limit to records created on or before the specified date-time.
- withCreatedAtLte(String) - Method in class com.gocardless.services.EventService.EventListRequest
-
Limit to records created on or before the specified date-time.
- withCreatedAtLte(String) - Method in class com.gocardless.services.MandateService.MandateListRequest
-
Limit to records created on or before the specified date-time.
- withCreatedAtLte(String) - Method in class com.gocardless.services.PaymentService.PaymentListRequest
-
Limit to records created on or before the specified date-time.
- withCreatedAtLte(String) - Method in class com.gocardless.services.PayoutService.PayoutListRequest
-
Limit to records created on or before the specified date-time.
- withCreatedAtLte(String) - Method in class com.gocardless.services.RefundService.RefundListRequest
-
Limit to records created on or before the specified date-time.
- withCreatedAtLte(String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionListRequest
-
Limit to records created on or before the specified date-time.
- withCreditor(String) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountCreateRequest.Links
-
ID of the
creditor that owns this bank account.
- withCreditor(String) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountListRequest
-
Unique identifier, beginning with “CR”.
- withCreditor(String) - Method in class com.gocardless.services.MandateService.MandateCreateRequest.Links
-
- withCreditor(String) - Method in class com.gocardless.services.MandateService.MandateListRequest
-
- withCreditor(String) - Method in class com.gocardless.services.PaymentService.PaymentListRequest
-
ID of a creditor to filter payments by.
- withCreditor(String) - Method in class com.gocardless.services.PayoutService.PayoutListRequest
-
Unique identifier, beginning with “CR”.
- withCreditor(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest.Links
-
The
creditor for whom the mandate will be created.
- withCreditorBankAccount(String) - Method in class com.gocardless.services.PayoutService.PayoutListRequest
-
Unique identifier, beginning with “BA”.
- withCurrency(String) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountCreateRequest
-
ISO 4217 currency code, defaults to national currency of
country_code
.
- withCurrency(String) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountCreateRequest
-
ISO 4217 currency code, defaults to national currency of
country_code
.
- withCurrency(PaymentService.PaymentCreateRequest.Currency) - Method in class com.gocardless.services.PaymentService.PaymentCreateRequest
-
- withCurrency(PaymentService.PaymentListRequest.Currency) - Method in class com.gocardless.services.PaymentService.PaymentListRequest
-
- withCurrency(PayoutService.PayoutListRequest.Currency) - Method in class com.gocardless.services.PayoutService.PayoutListRequest
-
- withCurrency(String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionCreateRequest
-
- withCustomer(String) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountCreateRequest.Links
-
ID of the
customer that owns this bank account.
- withCustomer(String) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountListRequest
-
Unique identifier, beginning with “CU”.
- withCustomer(MandateImportEntryService.MandateImportEntryCreateRequest.Customer) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest
-
- withCustomer(String) - Method in class com.gocardless.services.MandateService.MandateListRequest
-
- withCustomer(String) - Method in class com.gocardless.services.PaymentService.PaymentListRequest
-
ID of a customer to filter payments by.
- withCustomer(String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionListRequest
-
Unique identifier, beginning with “CU”.
- withCustomerAddressLine1(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest
-
The first line of the customer’s address.
- withCustomerAddressLine2(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest
-
The second line of the customer’s address.
- withCustomerAddressLine3(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest
-
The third line of the customer’s address.
- withCustomerBankAccount(String) - Method in class com.gocardless.services.MandateService.MandateCreateRequest.Links
-
- withCustomerBankAccount(String) - Method in class com.gocardless.services.MandateService.MandateListRequest
-
- withCustomerBankAccountToken(String) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountCreateRequest.Links
-
- withCustomerCity(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest
-
The city of the customer’s address.
- withCustomerCompanyName(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest
-
Customer’s company name.
- withCustomerCountryCode(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest
-
- withCustomerDanishIdentityNumber(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest
-
For Danish customers only.
- withCustomerEmail(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest
-
Customer’s email address.
- withCustomerFamilyName(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest
-
Customer’s surname.
- withCustomerGivenName(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest
-
Customer’s first name.
- withCustomerLanguage(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest
-
- withCustomerPostalCode(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest
-
The customer’s postal code.
- withCustomerRegion(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest
-
The customer’s address region, county or department.
- withCustomerSwedishIdentityNumber(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest
-
For Swedish customers only.
- withDanishIdentityNumber(String) - Method in class com.gocardless.services.CustomerService.CustomerCreateRequest
-
For Danish customers only.
- withDanishIdentityNumber(String) - Method in class com.gocardless.services.CustomerService.CustomerUpdateRequest
-
For Danish customers only.
- withDanishIdentityNumber(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest.Customer
-
For Danish customers only.
- withDanishIdentityNumber(String) - Method in class com.gocardless.services.MandatePdfService.MandatePdfCreateRequest
-
For Danish customers only.
- withDanishIdentityNumber(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer
-
For Danish customers only.
- withDayOfMonth(Integer) - Method in class com.gocardless.services.SubscriptionService.SubscriptionCreateRequest
-
As per RFC 2445.
- withDefaultDkkPayoutAccount(String) - Method in class com.gocardless.services.CreditorService.CreditorUpdateRequest.Links
-
ID of the
bank account which is set up to receive payouts in DKK.
- withDefaultEurPayoutAccount(String) - Method in class com.gocardless.services.CreditorService.CreditorUpdateRequest.Links
-
ID of the
bank account which is set up to receive payouts in EUR.
- withDefaultGbpPayoutAccount(String) - Method in class com.gocardless.services.CreditorService.CreditorUpdateRequest.Links
-
ID of the
bank account which is set up to receive payouts in GBP.
- withDefaultSekPayoutAccount(String) - Method in class com.gocardless.services.CreditorService.CreditorUpdateRequest.Links
-
ID of the
bank account which is set up to receive payouts in SEK.
- withDescription(String) - Method in class com.gocardless.services.PaymentService.PaymentCreateRequest
-
A human-readable description of the payment.
- withDescription(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest
-
A description of the item the customer is paying for.
- withEmail(String) - Method in class com.gocardless.services.CustomerService.CustomerCreateRequest
-
Customer’s email address.
- withEmail(String) - Method in class com.gocardless.services.CustomerService.CustomerUpdateRequest
-
Customer’s email address.
- withEmail(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest.Customer
-
Customer’s email address.
- withEmail(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer
-
Customer’s email address.
- withEnabled(Boolean) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountListRequest
-
Boolean value showing whether the bank account is enabled or disabled
- withEnabled(Boolean) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountListRequest
-
Get enabled or disabled customer bank accounts.
- withEndDate(String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionCreateRequest
-
Date on or after which no further payments should be created.
- withEnvironment(GoCardlessClient.Environment) - Method in class com.gocardless.GoCardlessClient.Builder
-
Configures the GoCardless environment for the client
- withFamilyName(String) - Method in class com.gocardless.services.CustomerService.CustomerCreateRequest
-
Customer’s surname.
- withFamilyName(String) - Method in class com.gocardless.services.CustomerService.CustomerUpdateRequest
-
Customer’s surname.
- withFamilyName(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest.Customer
-
Customer’s surname.
- withFamilyName(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer
-
Customer’s surname.
- withGivenName(String) - Method in class com.gocardless.services.CustomerService.CustomerCreateRequest
-
Customer’s first name.
- withGivenName(String) - Method in class com.gocardless.services.CustomerService.CustomerUpdateRequest
-
Customer’s first name.
- withGivenName(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest.Customer
-
Customer’s first name.
- withGivenName(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer
-
Customer’s first name.
- withGt(String) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountListRequest.CreatedAt
-
Limit to records created after the specified date-time.
- withGt(String) - Method in class com.gocardless.services.CreditorService.CreditorListRequest.CreatedAt
-
Limit to records created after the specified date-time.
- withGt(String) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountListRequest.CreatedAt
-
Limit to records created after the specified date-time.
- withGt(String) - Method in class com.gocardless.services.CustomerService.CustomerListRequest.CreatedAt
-
Limit to records created after the specified date-time.
- withGt(String) - Method in class com.gocardless.services.EventService.EventListRequest.CreatedAt
-
Limit to records created after the specified date-time.
- withGt(String) - Method in class com.gocardless.services.MandateService.MandateListRequest.CreatedAt
-
Limit to records created after the specified date-time.
- withGt(String) - Method in class com.gocardless.services.PaymentService.PaymentListRequest.CreatedAt
-
Limit to records created after the specified date-time.
- withGt(String) - Method in class com.gocardless.services.PayoutService.PayoutListRequest.CreatedAt
-
Limit to records created after the specified date-time.
- withGt(String) - Method in class com.gocardless.services.RefundService.RefundListRequest.CreatedAt
-
Limit to records created after the specified date-time.
- withGt(String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionListRequest.CreatedAt
-
Limit to records created after the specified date-time.
- withGte(String) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountListRequest.CreatedAt
-
Limit to records created on or after the specified date-time.
- withGte(String) - Method in class com.gocardless.services.CreditorService.CreditorListRequest.CreatedAt
-
Limit to records created on or after the specified date-time.
- withGte(String) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountListRequest.CreatedAt
-
Limit to records created on or after the specified date-time.
- withGte(String) - Method in class com.gocardless.services.CustomerService.CustomerListRequest.CreatedAt
-
Limit to records created on or after the specified date-time.
- withGte(String) - Method in class com.gocardless.services.EventService.EventListRequest.CreatedAt
-
Limit to records created on or after the specified date-time.
- withGte(String) - Method in class com.gocardless.services.MandateService.MandateListRequest.CreatedAt
-
Limit to records created on or after the specified date-time.
- withGte(String) - Method in class com.gocardless.services.PaymentService.PaymentListRequest.CreatedAt
-
Limit to records created on or after the specified date-time.
- withGte(String) - Method in class com.gocardless.services.PayoutService.PayoutListRequest.CreatedAt
-
Limit to records created on or after the specified date-time.
- withGte(String) - Method in class com.gocardless.services.RefundService.RefundListRequest.CreatedAt
-
Limit to records created on or after the specified date-time.
- withGte(String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionListRequest.CreatedAt
-
Limit to records created on or after the specified date-time.
- withHeader(String, String) - Method in class com.gocardless.services.BankDetailsLookupService.BankDetailsLookupCreateRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountCreateRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountDisableRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountGetRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountListRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.CreditorService.CreditorCreateRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.CreditorService.CreditorGetRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.CreditorService.CreditorListRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.CreditorService.CreditorUpdateRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountCreateRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountDisableRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountGetRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountListRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountUpdateRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.CustomerNotificationService.CustomerNotificationHandleRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.CustomerService.CustomerCreateRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.CustomerService.CustomerGetRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.CustomerService.CustomerListRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.CustomerService.CustomerUpdateRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.EventService.EventGetRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.EventService.EventListRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryListRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.MandateImportService.MandateImportCancelRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.MandateImportService.MandateImportCreateRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.MandateImportService.MandateImportGetRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.MandateImportService.MandateImportSubmitRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.MandatePdfService.MandatePdfCreateRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.MandateService.MandateCancelRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.MandateService.MandateCreateRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.MandateService.MandateGetRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.MandateService.MandateListRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.MandateService.MandateReinstateRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.MandateService.MandateUpdateRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.PaymentService.PaymentCancelRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.PaymentService.PaymentCreateRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.PaymentService.PaymentGetRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.PaymentService.PaymentListRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.PaymentService.PaymentRetryRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.PaymentService.PaymentUpdateRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.PayoutItemService.PayoutItemListRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.PayoutService.PayoutGetRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.PayoutService.PayoutListRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCompleteRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowGetRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.RefundService.RefundCreateRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.RefundService.RefundGetRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.RefundService.RefundListRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.RefundService.RefundUpdateRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionCancelRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionCreateRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionGetRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionListRequest
-
- withHeader(String, String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionUpdateRequest
-
- withIban(String) - Method in class com.gocardless.services.BankDetailsLookupService.BankDetailsLookupCreateRequest
-
International Bank Account Number.
- withIban(String) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountCreateRequest
-
International Bank Account Number.
- withIban(String) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountCreateRequest
-
International Bank Account Number.
- withIban(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest.BankAccount
-
International Bank Account Number.
- withIban(String) - Method in class com.gocardless.services.MandatePdfService.MandatePdfCreateRequest
-
International Bank Account Number.
- withIdempotencyKey(String) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountCreateRequest
-
- withIdempotencyKey(String) - Method in class com.gocardless.services.CreditorService.CreditorCreateRequest
-
- withIdempotencyKey(String) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountCreateRequest
-
- withIdempotencyKey(String) - Method in class com.gocardless.services.CustomerService.CustomerCreateRequest
-
- withIdempotencyKey(String) - Method in class com.gocardless.services.MandateImportService.MandateImportCreateRequest
-
- withIdempotencyKey(String) - Method in class com.gocardless.services.MandateService.MandateCreateRequest
-
- withIdempotencyKey(String) - Method in class com.gocardless.services.PaymentService.PaymentCreateRequest
-
- withIdempotencyKey(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest
-
- withIdempotencyKey(String) - Method in class com.gocardless.services.RefundService.RefundCreateRequest
-
- withIdempotencyKey(String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionCreateRequest
-
- withInclude(EventService.EventListRequest.Include) - Method in class com.gocardless.services.EventService.EventListRequest
-
Includes linked resources in the response.
- withInterval(Integer) - Method in class com.gocardless.services.SubscriptionService.SubscriptionCreateRequest
-
Number of interval_units
between customer charge dates.
- withIntervalUnit(SubscriptionService.SubscriptionCreateRequest.IntervalUnit) - Method in class com.gocardless.services.SubscriptionService.SubscriptionCreateRequest
-
The unit of time between customer charge dates.
- withLanguage(String) - Method in class com.gocardless.services.CustomerService.CustomerCreateRequest
-
- withLanguage(String) - Method in class com.gocardless.services.CustomerService.CustomerUpdateRequest
-
- withLanguage(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest.Customer
-
- withLanguage(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer
-
- withLimit(Integer) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountListRequest
-
Number of records to return.
- withLimit(Integer) - Method in class com.gocardless.services.CreditorService.CreditorListRequest
-
Number of records to return.
- withLimit(Integer) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountListRequest
-
Number of records to return.
- withLimit(Integer) - Method in class com.gocardless.services.CustomerService.CustomerListRequest
-
Number of records to return.
- withLimit(Integer) - Method in class com.gocardless.services.EventService.EventListRequest
-
Number of records to return.
- withLimit(Integer) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryListRequest
-
Number of records to return.
- withLimit(Integer) - Method in class com.gocardless.services.MandateService.MandateListRequest
-
Number of records to return.
- withLimit(Integer) - Method in class com.gocardless.services.PaymentService.PaymentListRequest
-
Number of records to return.
- withLimit(Integer) - Method in class com.gocardless.services.PayoutItemService.PayoutItemListRequest
-
Number of records to return.
- withLimit(Integer) - Method in class com.gocardless.services.PayoutService.PayoutListRequest
-
Number of records to return.
- withLimit(Integer) - Method in class com.gocardless.services.RefundService.RefundListRequest
-
Number of records to return.
- withLimit(Integer) - Method in class com.gocardless.services.SubscriptionService.SubscriptionListRequest
-
Number of records to return.
- withLinks(CreditorBankAccountService.CreditorBankAccountCreateRequest.Links) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountCreateRequest
-
- withLinks(Map<String, String>) - Method in class com.gocardless.services.CreditorService.CreditorCreateRequest
-
- withLinks(String, String) - Method in class com.gocardless.services.CreditorService.CreditorCreateRequest
-
- withLinks(CreditorService.CreditorUpdateRequest.Links) - Method in class com.gocardless.services.CreditorService.CreditorUpdateRequest
-
- withLinks(CustomerBankAccountService.CustomerBankAccountCreateRequest.Links) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountCreateRequest
-
- withLinks(MandateImportEntryService.MandateImportEntryCreateRequest.Links) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest
-
- withLinks(MandatePdfService.MandatePdfCreateRequest.Links) - Method in class com.gocardless.services.MandatePdfService.MandatePdfCreateRequest
-
- withLinks(MandateService.MandateCreateRequest.Links) - Method in class com.gocardless.services.MandateService.MandateCreateRequest
-
- withLinks(PaymentService.PaymentCreateRequest.Links) - Method in class com.gocardless.services.PaymentService.PaymentCreateRequest
-
- withLinks(RedirectFlowService.RedirectFlowCreateRequest.Links) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest
-
- withLinks(RefundService.RefundCreateRequest.Links) - Method in class com.gocardless.services.RefundService.RefundCreateRequest
-
- withLinks(SubscriptionService.SubscriptionCreateRequest.Links) - Method in class com.gocardless.services.SubscriptionService.SubscriptionCreateRequest
-
- withLinksCreditor(String) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountCreateRequest
-
ID of the
creditor that owns this bank account.
- withLinksCreditor(String) - Method in class com.gocardless.services.MandateService.MandateCreateRequest
-
- withLinksCreditor(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest
-
The
creditor for whom the mandate will be created.
- withLinksCustomer(String) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountCreateRequest
-
ID of the
customer that owns this bank account.
- withLinksCustomerBankAccount(String) - Method in class com.gocardless.services.MandateService.MandateCreateRequest
-
- withLinksCustomerBankAccountToken(String) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountCreateRequest
-
- withLinksDefaultDkkPayoutAccount(String) - Method in class com.gocardless.services.CreditorService.CreditorUpdateRequest
-
ID of the
bank account which is set up to receive payouts in DKK.
- withLinksDefaultEurPayoutAccount(String) - Method in class com.gocardless.services.CreditorService.CreditorUpdateRequest
-
ID of the
bank account which is set up to receive payouts in EUR.
- withLinksDefaultGbpPayoutAccount(String) - Method in class com.gocardless.services.CreditorService.CreditorUpdateRequest
-
ID of the
bank account which is set up to receive payouts in GBP.
- withLinksDefaultSekPayoutAccount(String) - Method in class com.gocardless.services.CreditorService.CreditorUpdateRequest
-
ID of the
bank account which is set up to receive payouts in SEK.
- withLinksMandate(String) - Method in class com.gocardless.services.MandatePdfService.MandatePdfCreateRequest
-
ID of an existing
mandate to build the PDF from.
- withLinksMandate(String) - Method in class com.gocardless.services.PaymentService.PaymentCreateRequest
-
ID of the
mandate against which this payment should be collected.
- withLinksMandate(Map<String, String>) - Method in class com.gocardless.services.RefundService.RefundCreateRequest
-
private beta ID of the
mandate against which the refund is being made.
- withLinksMandate(String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionCreateRequest
-
ID of the associated
mandate which the subscription will create payments against.
- withLinksMandateImport(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest
-
Unique identifier, beginning with “IM”.
- withLinksPayment(String) - Method in class com.gocardless.services.RefundService.RefundCreateRequest
-
ID of the
payment against which the refund is being made.
- withLt(String) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountListRequest.CreatedAt
-
Limit to records created before the specified date-time.
- withLt(String) - Method in class com.gocardless.services.CreditorService.CreditorListRequest.CreatedAt
-
Limit to records created before the specified date-time.
- withLt(String) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountListRequest.CreatedAt
-
Limit to records created before the specified date-time.
- withLt(String) - Method in class com.gocardless.services.CustomerService.CustomerListRequest.CreatedAt
-
Limit to records created before the specified date-time.
- withLt(String) - Method in class com.gocardless.services.EventService.EventListRequest.CreatedAt
-
Limit to records created before the specified date-time.
- withLt(String) - Method in class com.gocardless.services.MandateService.MandateListRequest.CreatedAt
-
Limit to records created before the specified date-time.
- withLt(String) - Method in class com.gocardless.services.PaymentService.PaymentListRequest.CreatedAt
-
Limit to records created before the specified date-time.
- withLt(String) - Method in class com.gocardless.services.PayoutService.PayoutListRequest.CreatedAt
-
Limit to records created before the specified date-time.
- withLt(String) - Method in class com.gocardless.services.RefundService.RefundListRequest.CreatedAt
-
Limit to records created before the specified date-time.
- withLt(String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionListRequest.CreatedAt
-
Limit to records created before the specified date-time.
- withLte(String) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountListRequest.CreatedAt
-
Limit to records created on or before the specified date-time.
- withLte(String) - Method in class com.gocardless.services.CreditorService.CreditorListRequest.CreatedAt
-
Limit to records created on or before the specified date-time.
- withLte(String) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountListRequest.CreatedAt
-
Limit to records created on or before the specified date-time.
- withLte(String) - Method in class com.gocardless.services.CustomerService.CustomerListRequest.CreatedAt
-
Limit to records created on or before the specified date-time.
- withLte(String) - Method in class com.gocardless.services.EventService.EventListRequest.CreatedAt
-
Limit to records created on or before the specified date-time.
- withLte(String) - Method in class com.gocardless.services.MandateService.MandateListRequest.CreatedAt
-
Limit to records created on or before the specified date-time.
- withLte(String) - Method in class com.gocardless.services.PaymentService.PaymentListRequest.CreatedAt
-
Limit to records created on or before the specified date-time.
- withLte(String) - Method in class com.gocardless.services.PayoutService.PayoutListRequest.CreatedAt
-
Limit to records created on or before the specified date-time.
- withLte(String) - Method in class com.gocardless.services.RefundService.RefundListRequest.CreatedAt
-
Limit to records created on or before the specified date-time.
- withLte(String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionListRequest.CreatedAt
-
Limit to records created on or before the specified date-time.
- withMandate(String) - Method in class com.gocardless.services.EventService.EventListRequest
-
- withMandate(String) - Method in class com.gocardless.services.MandatePdfService.MandatePdfCreateRequest.Links
-
ID of an existing
mandate to build the PDF from.
- withMandate(String) - Method in class com.gocardless.services.PaymentService.PaymentCreateRequest.Links
-
ID of the
mandate against which this payment should be collected.
- withMandate(String) - Method in class com.gocardless.services.PaymentService.PaymentListRequest
-
Unique identifier, beginning with “MD”.
- withMandate(Map<String, String>) - Method in class com.gocardless.services.RefundService.RefundCreateRequest.Links
-
private beta ID of the
mandate against which the refund is being made.
- withMandate(String) - Method in class com.gocardless.services.RefundService.RefundListRequest
-
Unique identifier, beginning with “MD”.
- withMandate(String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionCreateRequest.Links
-
ID of the associated
mandate which the subscription will create payments against.
- withMandate(String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionListRequest
-
Unique identifier, beginning with “MD”.
- withMandateImport(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest.Links
-
Unique identifier, beginning with “IM”.
- withMandateImport(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryListRequest
-
Unique identifier, beginning with “IM”.
- withMandateReference(String) - Method in class com.gocardless.services.MandatePdfService.MandatePdfCreateRequest
-
Unique 6 to 18 character reference.
- withMetadata(Map<String, String>) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountCreateRequest
-
Key-value store of custom data.
- withMetadata(String, String) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountCreateRequest
-
Key-value store of custom data.
- withMetadata(Map<String, String>) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountCreateRequest
-
Key-value store of custom data.
- withMetadata(String, String) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountCreateRequest
-
Key-value store of custom data.
- withMetadata(Map<String, String>) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountUpdateRequest
-
Key-value store of custom data.
- withMetadata(String, String) - Method in class com.gocardless.services.CustomerBankAccountService.CustomerBankAccountUpdateRequest
-
Key-value store of custom data.
- withMetadata(Map<String, String>) - Method in class com.gocardless.services.CustomerService.CustomerCreateRequest
-
Key-value store of custom data.
- withMetadata(String, String) - Method in class com.gocardless.services.CustomerService.CustomerCreateRequest
-
Key-value store of custom data.
- withMetadata(Map<String, String>) - Method in class com.gocardless.services.CustomerService.CustomerUpdateRequest
-
Key-value store of custom data.
- withMetadata(String, String) - Method in class com.gocardless.services.CustomerService.CustomerUpdateRequest
-
Key-value store of custom data.
- withMetadata(Map<String, String>) - Method in class com.gocardless.services.MandateService.MandateCancelRequest
-
Key-value store of custom data.
- withMetadata(String, String) - Method in class com.gocardless.services.MandateService.MandateCancelRequest
-
Key-value store of custom data.
- withMetadata(Map<String, String>) - Method in class com.gocardless.services.MandateService.MandateCreateRequest
-
Key-value store of custom data.
- withMetadata(String, String) - Method in class com.gocardless.services.MandateService.MandateCreateRequest
-
Key-value store of custom data.
- withMetadata(Map<String, String>) - Method in class com.gocardless.services.MandateService.MandateReinstateRequest
-
Key-value store of custom data.
- withMetadata(String, String) - Method in class com.gocardless.services.MandateService.MandateReinstateRequest
-
Key-value store of custom data.
- withMetadata(Map<String, String>) - Method in class com.gocardless.services.MandateService.MandateUpdateRequest
-
Key-value store of custom data.
- withMetadata(String, String) - Method in class com.gocardless.services.MandateService.MandateUpdateRequest
-
Key-value store of custom data.
- withMetadata(Map<String, String>) - Method in class com.gocardless.services.PaymentService.PaymentCancelRequest
-
Key-value store of custom data.
- withMetadata(String, String) - Method in class com.gocardless.services.PaymentService.PaymentCancelRequest
-
Key-value store of custom data.
- withMetadata(Map<String, String>) - Method in class com.gocardless.services.PaymentService.PaymentCreateRequest
-
Key-value store of custom data.
- withMetadata(String, String) - Method in class com.gocardless.services.PaymentService.PaymentCreateRequest
-
Key-value store of custom data.
- withMetadata(Map<String, String>) - Method in class com.gocardless.services.PaymentService.PaymentRetryRequest
-
Key-value store of custom data.
- withMetadata(String, String) - Method in class com.gocardless.services.PaymentService.PaymentRetryRequest
-
Key-value store of custom data.
- withMetadata(Map<String, String>) - Method in class com.gocardless.services.PaymentService.PaymentUpdateRequest
-
Key-value store of custom data.
- withMetadata(String, String) - Method in class com.gocardless.services.PaymentService.PaymentUpdateRequest
-
Key-value store of custom data.
- withMetadata(Map<String, String>) - Method in class com.gocardless.services.RefundService.RefundCreateRequest
-
Key-value store of custom data.
- withMetadata(String, String) - Method in class com.gocardless.services.RefundService.RefundCreateRequest
-
Key-value store of custom data.
- withMetadata(Map<String, String>) - Method in class com.gocardless.services.RefundService.RefundUpdateRequest
-
Key-value store of custom data.
- withMetadata(String, String) - Method in class com.gocardless.services.RefundService.RefundUpdateRequest
-
Key-value store of custom data.
- withMetadata(Map<String, String>) - Method in class com.gocardless.services.SubscriptionService.SubscriptionCancelRequest
-
Key-value store of custom data.
- withMetadata(String, String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionCancelRequest
-
Key-value store of custom data.
- withMetadata(Map<String, String>) - Method in class com.gocardless.services.SubscriptionService.SubscriptionCreateRequest
-
Key-value store of custom data.
- withMetadata(String, String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionCreateRequest
-
Key-value store of custom data.
- withMetadata(Map<String, String>) - Method in class com.gocardless.services.SubscriptionService.SubscriptionUpdateRequest
-
Key-value store of custom data.
- withMetadata(String, String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionUpdateRequest
-
Key-value store of custom data.
- withMonth(SubscriptionService.SubscriptionCreateRequest.Month) - Method in class com.gocardless.services.SubscriptionService.SubscriptionCreateRequest
-
Name of the month on which to charge a customer.
- withName(String) - Method in class com.gocardless.services.CreditorService.CreditorCreateRequest
-
The creditor’s name.
- withName(String) - Method in class com.gocardless.services.CreditorService.CreditorUpdateRequest
-
The creditor’s name.
- withName(String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionCreateRequest
-
Optional name for the subscription.
- withName(String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionUpdateRequest
-
Optional name for the subscription.
- withOriginalCreditorId(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest.Amendment
-
The creditor identifier of the direct debit originator.
- withOriginalCreditorName(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest.Amendment
-
Data about the original mandate to be moved or modified.
- withOriginalMandateReference(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest.Amendment
-
The unique SEPA reference for the mandate being amended.
- withParentEvent(String) - Method in class com.gocardless.services.EventService.EventListRequest
-
ID of an event.
- withPayment(String) - Method in class com.gocardless.services.EventService.EventListRequest
-
- withPayment(String) - Method in class com.gocardless.services.RefundService.RefundCreateRequest.Links
-
ID of the
payment against which the refund is being made.
- withPayment(String) - Method in class com.gocardless.services.RefundService.RefundListRequest
-
Unique identifier, beginning with “PM”.
- withPaymentReference(String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionCreateRequest
-
An optional payment reference.
- withPaymentReference(String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionUpdateRequest
-
An optional payment reference.
- withPayout(String) - Method in class com.gocardless.services.EventService.EventListRequest
-
- withPayout(String) - Method in class com.gocardless.services.PayoutItemService.PayoutItemListRequest
-
Unique identifier, beginning with “PO”.
- withPayoutType(PayoutService.PayoutListRequest.PayoutType) - Method in class com.gocardless.services.PayoutService.PayoutListRequest
-
Whether a payout contains merchant revenue or partner fees.
- withPostalCode(String) - Method in class com.gocardless.services.CreditorService.CreditorCreateRequest
-
The creditor’s postal code.
- withPostalCode(String) - Method in class com.gocardless.services.CreditorService.CreditorUpdateRequest
-
The creditor’s postal code.
- withPostalCode(String) - Method in class com.gocardless.services.CustomerService.CustomerCreateRequest
-
The customer’s postal code.
- withPostalCode(String) - Method in class com.gocardless.services.CustomerService.CustomerUpdateRequest
-
The customer’s postal code.
- withPostalCode(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest.Customer
-
The customer’s postal code.
- withPostalCode(String) - Method in class com.gocardless.services.MandatePdfService.MandatePdfCreateRequest
-
The customer’s postal code.
- withPostalCode(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer
-
The customer’s postal code.
- withPrefilledCustomer(RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest
-
Information used to prefill the payment page so your customer doesn’t have to re-type details you already hold about them.
- withPrefilledCustomerAddressLine1(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest
-
The first line of the customer’s address.
- withPrefilledCustomerAddressLine2(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest
-
The second line of the customer’s address.
- withPrefilledCustomerAddressLine3(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest
-
The third line of the customer’s address.
- withPrefilledCustomerCity(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest
-
The city of the customer’s address.
- withPrefilledCustomerCompanyName(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest
-
Customer’s company name.
- withPrefilledCustomerCountryCode(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest
-
- withPrefilledCustomerDanishIdentityNumber(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest
-
For Danish customers only.
- withPrefilledCustomerEmail(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest
-
Customer’s email address.
- withPrefilledCustomerFamilyName(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest
-
Customer’s surname.
- withPrefilledCustomerGivenName(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest
-
Customer’s first name.
- withPrefilledCustomerLanguage(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest
-
- withPrefilledCustomerPostalCode(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest
-
The customer’s postal code.
- withPrefilledCustomerRegion(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest
-
The customer’s address region, county or department.
- withPrefilledCustomerSwedishIdentityNumber(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest
-
For Swedish customers only.
- withProxy(Proxy) - Method in class com.gocardless.GoCardlessClient.Builder
-
Configures the proxy to use for HTTP requests made by the client
- withRecordIdentifier(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest
-
A unique identifier for this entry, which you can use (once the import has been processed by GoCardless) to identify the records that have been created.
- withReference(String) - Method in class com.gocardless.services.MandateService.MandateCreateRequest
-
Unique reference.
- withReference(String) - Method in class com.gocardless.services.MandateService.MandateListRequest
-
Unique reference.
- withReference(String) - Method in class com.gocardless.services.PaymentService.PaymentCreateRequest
-
An optional payment reference that will appear on your customer’s bank statement.
- withReference(String) - Method in class com.gocardless.services.PayoutService.PayoutListRequest
-
Reference which appears on the creditor’s bank statement.
- withReference(String) - Method in class com.gocardless.services.RefundService.RefundCreateRequest
-
An optional refund reference, displayed on your customer’s bank statement.
- withRefund(String) - Method in class com.gocardless.services.EventService.EventListRequest
-
- withRefundType(RefundService.RefundListRequest.RefundType) - Method in class com.gocardless.services.RefundService.RefundListRequest
-
Whether a refund was issued against a mandate or a payment.
- withRegion(String) - Method in class com.gocardless.services.CreditorService.CreditorCreateRequest
-
The creditor’s address region, county or department.
- withRegion(String) - Method in class com.gocardless.services.CreditorService.CreditorUpdateRequest
-
The creditor’s address region, county or department.
- withRegion(String) - Method in class com.gocardless.services.CustomerService.CustomerCreateRequest
-
The customer’s address region, county or department.
- withRegion(String) - Method in class com.gocardless.services.CustomerService.CustomerUpdateRequest
-
The customer’s address region, county or department.
- withRegion(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest.Customer
-
The customer’s address region, county or department.
- withRegion(String) - Method in class com.gocardless.services.MandatePdfService.MandatePdfCreateRequest
-
The customer’s address region, county or department.
- withRegion(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer
-
The customer’s address region, county or department.
- withResourceType(EventService.EventListRequest.ResourceType) - Method in class com.gocardless.services.EventService.EventListRequest
-
Type of resource that you’d like to get all events for.
- withScheme(MandateImportService.MandateImportCreateRequest.Scheme) - Method in class com.gocardless.services.MandateImportService.MandateImportCreateRequest
-
A Direct Debit scheme.
- withScheme(String) - Method in class com.gocardless.services.MandatePdfService.MandatePdfCreateRequest
-
Direct Debit scheme.
- withScheme(String) - Method in class com.gocardless.services.MandateService.MandateCreateRequest
-
Direct Debit scheme to which this mandate and associated payments are submitted.
- withScheme(RedirectFlowService.RedirectFlowCreateRequest.Scheme) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest
-
The Direct Debit scheme of the mandate.
- withSessionToken(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCompleteRequest
-
The customer’s session ID must be provided when the redirect flow is set up and again when it is completed.
- withSessionToken(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest
-
The customer’s session ID must be provided when the redirect flow is set up and again when it is completed.
- withSetAsDefaultPayoutAccount(Boolean) - Method in class com.gocardless.services.CreditorBankAccountService.CreditorBankAccountCreateRequest
-
Defaults to false
.
- withSignatureDate(String) - Method in class com.gocardless.services.MandatePdfService.MandatePdfCreateRequest
-
If provided, a form will be generated with this date and no signature field.
- withSslSocketFactory(SSLSocketFactory) - Method in class com.gocardless.GoCardlessClient.Builder
-
Configures the SSL socket factory to be used when making HTTP requests
- withStartDate(String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionCreateRequest
-
The date on which the first payment should be charged.
- withStatus(List<MandateService.MandateListRequest.Status>) - Method in class com.gocardless.services.MandateService.MandateListRequest
-
At most four valid status values
- withStatus(MandateService.MandateListRequest.Status) - Method in class com.gocardless.services.MandateService.MandateListRequest
-
At most four valid status values
- withStatus(PaymentService.PaymentListRequest.Status) - Method in class com.gocardless.services.PaymentService.PaymentListRequest
-
One of:
pending_customer_approval
: we’re waiting for the customer to approve this payment
pending_submission
: the payment has been created, but not yet submitted to the banks
submitted
: the payment has been submitted to the banks
confirmed
: the payment has been confirmed as collected
paid_out
: the payment has been included in a
payout cancelled
: the payment has been cancelled
customer_approval_denied
: the customer has denied approval for the payment.
- withStatus(PayoutService.PayoutListRequest.Status) - Method in class com.gocardless.services.PayoutService.PayoutListRequest
-
One of: pending
: the payout has been created, but not yet sent to the banks paid
: the payout has been sent to the banks
- withStatus(List<String>) - Method in class com.gocardless.services.SubscriptionService.SubscriptionListRequest
-
At most four valid status values
- withStatus(String) - Method in class com.gocardless.services.SubscriptionService.SubscriptionListRequest
-
At most four valid status values
- withSubscription(String) - Method in class com.gocardless.services.EventService.EventListRequest
-
- withSubscription(String) - Method in class com.gocardless.services.PaymentService.PaymentListRequest
-
Unique identifier, beginning with “SB”.
- withSuccessRedirectUrl(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest
-
The URL to redirect to upon successful mandate setup.
- withSwedishIdentityNumber(String) - Method in class com.gocardless.services.CustomerService.CustomerCreateRequest
-
For Swedish customers only.
- withSwedishIdentityNumber(String) - Method in class com.gocardless.services.CustomerService.CustomerUpdateRequest
-
For Swedish customers only.
- withSwedishIdentityNumber(String) - Method in class com.gocardless.services.MandateImportEntryService.MandateImportEntryCreateRequest.Customer
-
For Swedish customers only.
- withSwedishIdentityNumber(String) - Method in class com.gocardless.services.MandatePdfService.MandatePdfCreateRequest
-
For Swedish customers only.
- withSwedishIdentityNumber(String) - Method in class com.gocardless.services.RedirectFlowService.RedirectFlowCreateRequest.PrefilledCustomer
-
For Swedish customers only.
- withTotalAmountConfirmation(Integer) - Method in class com.gocardless.services.RefundService.RefundCreateRequest
-
Total expected refunded amount in pence/cents/öre.