shipstation-client
Version:
ShipStation V2 SDK
23 lines (15 loc) • 705 B
Markdown
# PaymentAmount
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**currency** | **string** | The currencies that are supported by ShipStation are the ones that specified by ISO 4217: https://www.iso.org/iso-4217-currency-codes.html | [optional] [default to undefined]
**amount** | **number** | | [optional] [default to undefined]
## Example
```typescript
import { PaymentAmount } from 'shipstation-client';
const instance: PaymentAmount = {
currency,
amount,
};
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)