Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 744 Bytes

DiscountLinesDataResponse.md

File metadata and controls

20 lines (15 loc) · 744 Bytes

conekta.model.DiscountLinesDataResponse

Load the model package

import 'package:conekta/api.dart';

Properties

Name Type Description Notes
amount int The amount to be deducted from the total sum of all payments, in cents.
code String Discount code.
type String It can be 'loyalty', 'campaign', 'coupon' o 'sign'
id String The discount line id
object String The object name
parentId String The order id

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