tech.carpentum.sdk.payment.internal.generated.infrastructure.AdaptersForModelClasses Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of payment-client-v2 Show documentation
Show all versions of payment-client-v2 Show documentation
Carpentum Payment system Java SDK
//THE FILE IS GENERATED, DO NOT MODIFY IT MANUALLY!!!
package tech.carpentum.sdk.payment.internal.generated.infrastructure;
import com.squareup.moshi.Moshi;
import tech.carpentum.sdk.payment.internal.generated.model.*;
public class AdaptersForModelClasses {
public static void addAdapters(Moshi.Builder moshiBuilder) {
moshiBuilder.add(new AccountPayinRequestDuitNowJsonAdapter());
moshiBuilder.add(new AccountPayinRequestIMPSJsonAdapter());
moshiBuilder.add(new AccountPayinRequestNetBankingJsonAdapter());
moshiBuilder.add(new AccountPayinRequestOfflineJsonAdapter());
moshiBuilder.add(new AccountPayinRequestOnlineJsonAdapter());
moshiBuilder.add(new AccountPayinRequestP2AV2JsonAdapter());
moshiBuilder.add(new AccountPayinRequestPromptPayJsonAdapter());
moshiBuilder.add(new AccountPayinRequestQrisPayJsonAdapter());
moshiBuilder.add(new AccountPayinRequestVaPayJsonAdapter());
moshiBuilder.add(new AccountPayoutRequestBankTransferJsonAdapter());
moshiBuilder.add(new AccountPayoutRequestCryptoTransferJsonAdapter());
moshiBuilder.add(new AccountResponseCryptoOfflineJsonAdapter());
moshiBuilder.add(new AccountResponseOfflineJsonAdapter());
moshiBuilder.add(new AccountResponseOnlyWithBankJsonAdapter());
moshiBuilder.add(new AccountResponseP2AV2JsonAdapter());
moshiBuilder.add(new AccountResponseWithBankJsonAdapter());
moshiBuilder.add(new AuthTokenRequestJsonAdapter());
moshiBuilder.add(new AuthTokenResponseJsonAdapter());
moshiBuilder.add(new AvailablePayinOptionJsonAdapter());
moshiBuilder.add(new AvailablePayinOptionListJsonAdapter());
moshiBuilder.add(new AvailablePayoutOptionJsonAdapter());
moshiBuilder.add(new AvailablePayoutOptionListJsonAdapter());
moshiBuilder.add(new BalanceJsonAdapter());
moshiBuilder.add(new BalanceListJsonAdapter());
moshiBuilder.add(new BankTransferMethodJsonAdapter());
moshiBuilder.add(new BankTransferMethodResponseJsonAdapter());
moshiBuilder.add(new BasicErrorJsonAdapter());
moshiBuilder.add(new ChannelInfoJsonAdapter());
moshiBuilder.add(new CommaSeparatedCurrencyCodesJsonAdapter());
moshiBuilder.add(new CryptoOfflineMethodJsonAdapter());
moshiBuilder.add(new CryptoOfflineMethodResponseJsonAdapter());
moshiBuilder.add(new CryptoTransferMethodJsonAdapter());
moshiBuilder.add(new CryptoTransferMethodResponseJsonAdapter());
moshiBuilder.add(new CurrencyCodeJsonAdapter());
moshiBuilder.add(new CurrencyJsonAdapter());
moshiBuilder.add(new CurrencyListJsonAdapter());
moshiBuilder.add(new CustomerTransactionFeeJsonAdapter());
moshiBuilder.add(new DuitNowMethodJsonAdapter());
moshiBuilder.add(new DuitNowPayMethodResponseJsonAdapter());
moshiBuilder.add(new ExternalReferenceJsonAdapter());
moshiBuilder.add(new FailureReasonCodeJsonAdapter());
moshiBuilder.add(new FailureReasonsJsonAdapter());
moshiBuilder.add(new GetPayinErrorJsonAdapter());
moshiBuilder.add(new GetPaymentOptionsErrorJsonAdapter());
moshiBuilder.add(new GetPayoutErrorJsonAdapter());
moshiBuilder.add(new IMPSMethodJsonAdapter());
moshiBuilder.add(new IMPSMethodResponseJsonAdapter());
moshiBuilder.add(new IdPayinJsonAdapter());
moshiBuilder.add(new IdPaymentJsonAdapter());
moshiBuilder.add(new IdPayoutJsonAdapter());
moshiBuilder.add(new IntervalNumberToJsonAdapter());
moshiBuilder.add(new MerchantInfoJsonAdapter());
moshiBuilder.add(new MoneyFeeJsonAdapter());
moshiBuilder.add(new MoneyJsonAdapter());
moshiBuilder.add(new MoneyRequiredJsonAdapter());
moshiBuilder.add(new NetBankingMethodJsonAdapter());
moshiBuilder.add(new NetBankingMethodResponseJsonAdapter());
moshiBuilder.add(new OfflineMethodJsonAdapter());
moshiBuilder.add(new OfflineMethodResponseJsonAdapter());
moshiBuilder.add(new OnlineMethodJsonAdapter());
moshiBuilder.add(new OnlineMethodResponseJsonAdapter());
moshiBuilder.add(new P2AV2MethodJsonAdapter());
moshiBuilder.add(new P2AV2MethodResponseJsonAdapter());
moshiBuilder.add(new PayinAcceptedMethodResponseJsonAdapter());
moshiBuilder.add(new PayinAcceptedRedirectResponseJsonAdapter());
moshiBuilder.add(new PayinAcceptedResponseJsonAdapter());
moshiBuilder.add(new PayinDetailJsonAdapter());
moshiBuilder.add(new PayinJsonAdapter());
moshiBuilder.add(new PayinMethodCodeJsonAdapter());
moshiBuilder.add(new PayinMethodJsonAdapter());
moshiBuilder.add(new PayinMethodResponseJsonAdapter());
moshiBuilder.add(new PaymentAddressJsonAdapter());
moshiBuilder.add(new PaymentInstructionJsonAdapter());
moshiBuilder.add(new PaymentMethodJsonAdapter());
moshiBuilder.add(new PaymentMethodsListJsonAdapter());
moshiBuilder.add(new PaymentOperatorIncomingJsonAdapter());
moshiBuilder.add(new PaymentOperatorJsonAdapter());
moshiBuilder.add(new PaymentOperatorListJsonAdapter());
moshiBuilder.add(new PaymentOperatorOptionJsonAdapter());
moshiBuilder.add(new PaymentOperatorOutgoingJsonAdapter());
moshiBuilder.add(new PaymentOptionJsonAdapter());
moshiBuilder.add(new PaymentOptionsListJsonAdapter());
moshiBuilder.add(new PaymentProcessJsonAdapter());
moshiBuilder.add(new PaymentRequestedJsonAdapter());
moshiBuilder.add(new PaymentStatusJsonAdapter());
moshiBuilder.add(new PayoutAcceptedJsonAdapter());
moshiBuilder.add(new PayoutDetailJsonAdapter());
moshiBuilder.add(new PayoutJsonAdapter());
moshiBuilder.add(new PayoutMethodCodeJsonAdapter());
moshiBuilder.add(new PayoutMethodJsonAdapter());
moshiBuilder.add(new PayoutMethodResponseJsonAdapter());
moshiBuilder.add(new PostAuthTokensErrorJsonAdapter());
moshiBuilder.add(new PostAvailablePayinOptionsErrorJsonAdapter());
moshiBuilder.add(new PostAvailablePayoutOptionsErrorJsonAdapter());
moshiBuilder.add(new PostPayinsErrorJsonAdapter());
moshiBuilder.add(new PostPayoutsErrorJsonAdapter());
moshiBuilder.add(new PromptPayMethodJsonAdapter());
moshiBuilder.add(new PromptPayMethodResponseJsonAdapter());
moshiBuilder.add(new QrisPayMethodJsonAdapter());
moshiBuilder.add(new QrisPayMethodResponseJsonAdapter());
moshiBuilder.add(new RedirectionJsonAdapter());
moshiBuilder.add(new SegmentCodeJsonAdapter());
moshiBuilder.add(new SegmentJsonAdapter());
moshiBuilder.add(new SegmentListJsonAdapter());
moshiBuilder.add(new UpiIdMethodJsonAdapter());
moshiBuilder.add(new UpiIdMethodResponseJsonAdapter());
moshiBuilder.add(new UpiQRMethodJsonAdapter());
moshiBuilder.add(new UpiQRMethodResponseJsonAdapter());
moshiBuilder.add(new VaPayMethodJsonAdapter());
moshiBuilder.add(new VaPayMethodResponseJsonAdapter());
moshiBuilder.add(new VietQRMethodJsonAdapter());
moshiBuilder.add(new VietQRMethodResponseJsonAdapter());
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy