ReceiptPayoutMethod

public struct ReceiptPayoutMethod : Codable, Sendable

The payout method model.

  • The unique identifier for the payout method.

    Declaration

    Swift

    public let uuid: String?
  • The payout type.

    Declaration

    Swift

    public let typeString: String?
  • The payout type. Check typeString if nil.

    Declaration

    Swift

    public var type: ReceiptPayoutMethodType? { get }
  • The last 4 digits.

    Declaration

    Swift

    public let lastFour: String?