IGoCardlessGetMandateList Method |
Returns a cursor-paginated list of your mandates.
Namespace:
NetQuarry.Services.Payment
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax List<GoCardlessMandate> GetMandateList(
GoCardlessMandate input,
GoCardlessMetaClass meta = null
)
Function GetMandateList (
input As GoCardlessMandate,
Optional meta As GoCardlessMetaClass = Nothing
) As List(Of GoCardlessMandate)
Parameters
- input
- Type: NetQuarry.Services.PaymentGoCardlessMandate
optional: reference, status, IDEMPOTENCYKEY
optional link (only set one): creditor, customer, customer_bank_account
- meta (Optional)
- Type: NetQuarry.Services.PaymentGoCardlessMetaClass
Set anything wanted about how to control what list to get
Return Value
Type:
ListGoCardlessMandateList of GoCardless.Mandate objects.
See Also