RefreshFundingSourceInput

public struct RefreshFundingSourceInput : Equatable

Input for SudoVirtualCardsClient.refreshFundingSource(withInput:).

Properties

  • id

    Identifier of the provisional funding source to be refreshed

    Declaration

    Swift

    public let id: String
  • The data representation of the refresh data to be passed back to the service.

    Declaration

    Swift

    public let refreshData: RefreshDataInput
  • Data about the application used to reference configuration information at the service.

    Declaration

    Swift

    public let applicationData: ClientApplicationData
  • Preferred user language for the authorization text display

    Declaration

    Swift

    public let language: String?

Lifecycle