Skip to content

Latest commit

 

History

History
17 lines (13 loc) · 991 Bytes

PaymentRequest.md

File metadata and controls

17 lines (13 loc) · 991 Bytes

ShipmondoApi.Dotnet.Model.PaymentRequest

Properties

Name Type Description Notes
Id int ID of the payment request. [optional]
ShipmentId int ID of the shipment that the payment request is related to. [optional]
Reference string Information about the nature of the payment request. [optional]
LineType string Type related to the nature of the payment request. [optional]
Amount decimal Amount to be paid. [optional]
CurrencyCode string Currency code of the amount. [optional]
CreatedAt DateTime Date and time the payment request was created. [optional]
UpdatedAt DateTime Date and time the payment request was last updated. [optional]

[Back to Model list] [Back to API list] [Back to README]