public static OverrideChargeModel GetOverrideChargeModel() { return(JsonFormatter.ConvertFromJson <OverrideChargeModel>(OverrideChargeModelJson)); }
public static Agreement GetAgreement() { return(JsonFormatter.ConvertFromJson <Agreement>(AgreementJson)); }
public static Invoice GetInvoice() { return(JsonFormatter.ConvertFromJson <Invoice>(InvoiceJson)); }
public static Measurement GetMeasurement() { return(JsonFormatter.ConvertFromJson <Measurement>(MeasurementJson)); }
public static Address GetAddress() { return(JsonFormatter.ConvertFromJson <Address>(AddressJson)); }
public static WebhookEventList GetWebhookEventList() { return(JsonFormatter.ConvertFromJson <WebhookEventList>(WebhookEventListJson)); }
public static Authorization GetAuthorization() { return(JsonFormatter.ConvertFromJson <Authorization>(AuthorizationJson)); }
public static MerchantPreferences GetMerchantPreferences() { return(JsonFormatter.ConvertFromJson <MerchantPreferences>(MerchantPreferencesJson)); }
public static Item GetItem() { return(JsonFormatter.ConvertFromJson <Item>(ItemJson)); }
public static VerifyWebhookSignatureResponse GetVerifyWebhookResponseSignature() { return(JsonFormatter.ConvertFromJson <VerifyWebhookSignatureResponse>(VerifyWebhookSignatureResponseJson)); }
public static AgreementStateDescriptor GetAgreementStateDescriptor() { return(JsonFormatter.ConvertFromJson <AgreementStateDescriptor>(AgreementStateDescriptorJson)); }
public static Terms GetTerms() { return(JsonFormatter.ConvertFromJson <Terms>(TermsJson)); }
public static WebProfile GetWebProfile() { return(JsonFormatter.ConvertFromJson <WebProfile>(WebProfileJson)); }
public static PayoutSenderBatchHeader GetPayoutSenderBatchHeader() { return(JsonFormatter.ConvertFromJson <PayoutSenderBatchHeader>(PayoutSenderBatchHeaderJson)); }
public static CreateProfileResponse GetCreateProfileResponse() { return(JsonFormatter.ConvertFromJson <CreateProfileResponse>(CreateProfileResponseJson)); }
public static Plan GetPlan() { return(JsonFormatter.ConvertFromJson <Plan>(PlanJson)); }
public static AgreementTransaction GetAgreementTransaction() { return(JsonFormatter.ConvertFromJson <AgreementTransaction>(AgreementTransactionJson)); }
public static Currency GetCurrency() { return(JsonFormatter.ConvertFromJson <Currency>(CurrencyJson)); }
public static FmfDetails GetFmfDetails() { return(JsonFormatter.ConvertFromJson <FmfDetails>(FmfDetailsJson)); }
public static Presentation GetPresentation() { return(JsonFormatter.ConvertFromJson <Presentation>(PresentationJson)); }