ListPaymentMethodsResponse

data class ListPaymentMethodsResponse(val meta: FrameMetadata? = null, val data: List<FrameObjects.PaymentMethod>? = null)

Paginated response returned when listing payment methods.

Constructors

Link copied to clipboard
constructor(meta: FrameMetadata? = null, data: List<FrameObjects.PaymentMethod>? = null)

Properties

Link copied to clipboard

The list of payment methods on the current page, if present.

Link copied to clipboard
val meta: FrameMetadata? = null

Pagination metadata (page, per-page count, total records, etc.), if present.