GetReceiptByFormat
public enum GetReceiptByFormat
Get receipt (download,file) for a single transaction in given file format
Provides the receipt that has already been sent via email (when processing the payment) as download in the provided file format.
-
Undocumented
Declaration
Swift
public static var service: PayAPIService<PayAPI.PaymentTransactions.GetReceiptByFormat.Response> -
Format of the expected file
See moreDeclaration
Swift
public enum PCPayFileFormat : String, Codable, Equatable, CaseIterable -
Undocumented
See moreDeclaration
Swift
public final class Request : PayAPIRequest<Response> -
Undocumented
See moreDeclaration
Swift
public enum Response : APIResponseValue, CustomStringConvertible, CustomDebugStringConvertible
View on GitHub
GetReceiptByFormat Enumeration Reference