IGoCardlessGetPaymentList Method |
Returns a cursor-paginated list of your payments.
Namespace:
NetQuarry.Services.Payment
Assembly:
EAP.Core (in EAP.Core.dll) Version: 2.0.0.0 (4.6.8.0)
Syntax List<GoCardlessPayment> GetPaymentList(
GoCardlessPayment input,
GoCardlessMetaClass meta = null
)
Function GetPaymentList (
input As GoCardlessPayment,
Optional meta As GoCardlessMetaClass = Nothing
) As List(Of GoCardlessPayment)
Parameters
- input
- Type: NetQuarry.Services.PaymentGoCardlessPayment
optional: IDEMPOTENCYKEY
optional links: (creditor OR customer), subscription
- meta (Optional)
- Type: NetQuarry.Services.PaymentGoCardlessMetaClass
Set anything wanted about how to control what list to get
Return Value
Type:
ListGoCardlessPaymentList of GoCardless.Payment objects.
See Also