@adempiere/grpc-api
Advanced tools
Comparing version 1.8.9 to 1.9.0
@@ -108,2 +108,29 @@ /************************************************************************************* | ||
// Customer Bank Account | ||
convertCustomerBankAccountFromGRPC(customerBankAccount) { | ||
if (customerBankAccount) { | ||
return { | ||
customer_uuid: customerBankAccount.getCustomerUuid(), | ||
customer_bank_account_uuid: customerBankAccount.getCustomerBankAccountUuid(), | ||
city: customerBankAccount.getCity(), | ||
country: customerBankAccount.getCountry(), | ||
email: customerBankAccount.getEmail(), | ||
driver_license: customerBankAccount.getDriverLicense(), | ||
social_security_number: customerBankAccount.getSocialSecurityNumber(), | ||
name: customerBankAccount.getName(), | ||
state: customerBankAccount.getState(), | ||
street: customerBankAccount.getStreet(), | ||
zip: customerBankAccount.getZip(), | ||
bank_account_type: customerBankAccount.getBankAccountType(), | ||
bank_uuid: customerBankAccount.getBankUuid(), | ||
is_ach: customerBankAccount.getIsAch(), | ||
address_verified: customerBankAccount.getAddressVerified(), | ||
zip_verified: customerBankAccount.getZipVerified(), | ||
routing_no: customerBankAccount.getRoutingNo(), | ||
iban: customerBankAccount.getIban(), | ||
is_payroll_account: customerBankAccount.getIsPayrollAccount() | ||
} | ||
return undefined; | ||
}, | ||
convertCustomerAddressFromGRPC(address) { | ||
@@ -110,0 +137,0 @@ if (address) { |
{ | ||
"name": "@adempiere/grpc-api", | ||
"version": "1.8.9", | ||
"version": "1.9.0", | ||
"description": "ADempiere Web Store write in Javascript for a node service", | ||
@@ -5,0 +5,0 @@ "author": "Yamel Senih", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
2854912
83426