PaymentSourceProxyLinks
struct PaymentSourceProxyLinks : Codable, Equatable, Hashable
Represents HAL links associated with a payment source proxy.
-
The HAL link to the payment source proxy resource itself.
Declaration
Swift
public let linksSelf: ResponseLink
-
Initializes instrument proxy links with the provided self link.
Declaration
Swift
public init(linksSelf: ResponseLink)
Parameters
linksSelf
The HAL link to the payment source proxy resource itself.