toMap method
Implementation
Map<String, dynamic> toMap() {
return {
'active': active,
'soft_descriptor': softDescriptor,
'installments': installments,
'installments_pass_interest': installmentsPassInterest,
'max_installments': maxInstallments,
'max_installments_without_interest': maxInstallmentsWithoutInterest,
'two_step_transaction': twoStepTransaction,
};
}