Get Payment Methods
data class GetPaymentMethods(val perPage: Int? = null, val page: Int? = null) : PaymentMethodEndpoints
Fetches a paginated list of all payment methods.
Properties
Link copied to clipboard
The fully qualified URL string for this endpoint.
Link copied to clipboard
HTTP method, e.g. "GET", "POST", "DELETE".
Link copied to clipboard
Optional query-string parameters appended to endpointURL.