Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 533 Bytes

OrderRefundRequest.md

File metadata and controls

17 lines (12 loc) · 533 Bytes

conekta.model.OrderRefundRequest

Load the model package

import 'package:conekta/api.dart';

Properties

Name Type Description Notes
amount int Amount to be refunded in cents
expiresAt int [optional]
reason String Reason for the refund

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