PayoutMethodsResponse

public struct PayoutMethodsResponse : Decodable

Payout methods response model.

  • The number of records returned.

    Declaration

    Swift

    public let records: Int
  • An array of payout method records.

    Declaration

    Swift

    public let payoutMethods: [PayoutMethod]