PaymentSourceUpdateLinks

struct PaymentSourceUpdateLinks : Codable, Equatable, Hashable

Represents HAL links related to the payment source update response.

  • HAL link to the response resource.

    Declaration

    Swift

    public let selfLink: ResponseLink
  • Initializes a new PaymentSourceUpdateLinks instance.

    Declaration

    Swift

    public init(selfLink: ResponseLink)

    Parameters

    selfLink

    The HAL link to the response resource.