EditPaymentSourceResponseLinks

struct EditPaymentSourceResponseLinks : Codable, Equatable, Hashable

HAL links related to the edited payment source.

  • HAL link to the payment source resource itself.

    Declaration

    Swift

    public let linksSelf: ResponseLink
  • HAL link to the proxies associated with proxies resource.

    Declaration

    Swift

    public let proxies: ResponseLink
  • Creates an instance of EditPaymentSourceResponseLinks with the specified links.

    Declaration

    Swift

    public init(linksSelf: ResponseLink, proxies: ResponseLink)

    Parameters

    linksSelf

    HAL link to the payment source resource itself.

    proxies

    HAL link to the proxies associated with proxies resource.