40 lines
1020 B
Markdown
40 lines
1020 B
Markdown
# Namespace: internal
|
|
|
|
## Classes
|
|
|
|
- [PaymentCollectionSessionInputRequest](../classes/internal-42.PaymentCollectionSessionInputRequest.md)
|
|
- [StoreManagePaymentCollectionSessionRequest](../classes/internal-42.StoreManagePaymentCollectionSessionRequest.md)
|
|
- [StoreRefreshPaymentCollectionSessionRequest](../classes/internal-42.StoreRefreshPaymentCollectionSessionRequest.md)
|
|
|
|
## Type Aliases
|
|
|
|
### StorePaymentCollectionRes
|
|
|
|
Ƭ **StorePaymentCollectionRes**: `Object`
|
|
|
|
#### Type declaration
|
|
|
|
| Name | Type |
|
|
| :------ | :------ |
|
|
| `payment_collection` | [`PaymentCollection`](../classes/internal.PaymentCollection.md) |
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/store/payment-collections/index.d.ts:7
|
|
|
|
___
|
|
|
|
### StorePaymentCollectionSessionRes
|
|
|
|
Ƭ **StorePaymentCollectionSessionRes**: `Object`
|
|
|
|
#### Type declaration
|
|
|
|
| Name | Type |
|
|
| :------ | :------ |
|
|
| `payment_session` | [`PaymentSession`](../classes/internal.PaymentSession.md) |
|
|
|
|
#### Defined in
|
|
|
|
medusa/dist/api/routes/store/payment-collections/index.d.ts:10
|