@airwallex/node-sdk
Version:
Airwallex Node.js SDK
25 lines • 940 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.PaymentAcceptanceCustomerSocialNetwork = void 0;
var PaymentAcceptanceCustomerSocialNetwork;
(function (PaymentAcceptanceCustomerSocialNetwork) {
PaymentAcceptanceCustomerSocialNetwork.discriminator = 'PaymentAcceptanceCustomerSocialNetwork';
PaymentAcceptanceCustomerSocialNetwork.attributeTypeMap = [
{
name: 'email',
baseName: 'email',
type: 'string',
},
{
name: 'name',
baseName: 'name',
type: 'string',
},
{
name: 'profile_id',
baseName: 'profile_id',
type: 'string',
},
];
})(PaymentAcceptanceCustomerSocialNetwork || (exports.PaymentAcceptanceCustomerSocialNetwork = PaymentAcceptanceCustomerSocialNetwork = {}));
//# sourceMappingURL=paymentAcceptanceCustomerSocialNetwork.js.map