EditPaymentSourcePayload

public struct EditPaymentSourcePayload : Codable, Equatable, Hashable

The payload used for editing a payment source.

  • The display name of the payment source.

    Declaration

    Swift

    public let displayName: String
  • Creates an instance of EditPaymentSourcePayload with the specified display name.

    Declaration

    Swift

    public init(displayName: String)

    Parameters

    displayName

    The display name of the payment source.