xendit static method
Implementation
static GeneralPaymentAuth xendit({
required String xenditApiKey,
required String xenditOwnerId,
}) {
return GeneralPaymentAuth(
apiKey: xenditApiKey,
ownerId: xenditOwnerId,
generalPaymentType: GeneralPaymentType.xendit,
);
}