Example #1
0
 public static OverrideChargeModel GetOverrideChargeModel()
 {
     return(JsonFormatter.ConvertFromJson <OverrideChargeModel>(OverrideChargeModelJson));
 }
 public static Agreement GetAgreement()
 {
     return(JsonFormatter.ConvertFromJson <Agreement>(AgreementJson));
 }
Example #3
0
 public static Invoice GetInvoice()
 {
     return(JsonFormatter.ConvertFromJson <Invoice>(InvoiceJson));
 }
Example #4
0
 public static Measurement GetMeasurement()
 {
     return(JsonFormatter.ConvertFromJson <Measurement>(MeasurementJson));
 }
 public static Address GetAddress()
 {
     return(JsonFormatter.ConvertFromJson <Address>(AddressJson));
 }
Example #6
0
 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));
 }
Example #9
0
 public static Item GetItem()
 {
     return(JsonFormatter.ConvertFromJson <Item>(ItemJson));
 }
Example #10
0
 public static VerifyWebhookSignatureResponse GetVerifyWebhookResponseSignature()
 {
     return(JsonFormatter.ConvertFromJson <VerifyWebhookSignatureResponse>(VerifyWebhookSignatureResponseJson));
 }
 public static AgreementStateDescriptor GetAgreementStateDescriptor()
 {
     return(JsonFormatter.ConvertFromJson <AgreementStateDescriptor>(AgreementStateDescriptorJson));
 }
Example #12
0
 public static Terms GetTerms()
 {
     return(JsonFormatter.ConvertFromJson <Terms>(TermsJson));
 }
Example #13
0
 public static WebProfile GetWebProfile()
 {
     return(JsonFormatter.ConvertFromJson <WebProfile>(WebProfileJson));
 }
 public static PayoutSenderBatchHeader GetPayoutSenderBatchHeader()
 {
     return(JsonFormatter.ConvertFromJson <PayoutSenderBatchHeader>(PayoutSenderBatchHeaderJson));
 }
Example #15
0
 public static CreateProfileResponse GetCreateProfileResponse()
 {
     return(JsonFormatter.ConvertFromJson <CreateProfileResponse>(CreateProfileResponseJson));
 }
Example #16
0
 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));
 }
Example #19
0
 public static FmfDetails GetFmfDetails()
 {
     return(JsonFormatter.ConvertFromJson <FmfDetails>(FmfDetailsJson));
 }
Example #20
0
 public static Presentation GetPresentation()
 {
     return(JsonFormatter.ConvertFromJson <Presentation>(PresentationJson));
 }