IssueBillingKeyResponse constructor
IssueBillingKeyResponse({})
Implementation
IssueBillingKeyResponse({
required this.transactionType,
required this.billingKey,
this.billingIssueToken,
this.code,
this.message,
this.pgCode,
this.pgMessage,
});