Class BamboraPaymentResponse
- Namespace
- InSite.Domain.Integrations.Bambora
- Assembly
- Shift.Sdk.dll
public class BamboraPaymentResponse
- Inheritance
-
BamboraPaymentResponse
- Inherited Members
-
- Extension Methods
-
Constructors
BamboraPaymentResponse()
public BamboraPaymentResponse()
Properties
amount
public decimal amount { get; set; }
Property Value
- decimal
approved
public int approved { get; set; }
Property Value
- int
auth_code
public string auth_code { get; set; }
Property Value
- string
authorizing_merchant_id
public int authorizing_merchant_id { get; set; }
Property Value
- int
created
public string created { get; set; }
Property Value
- string
id
public string id { get; set; }
Property Value
- string
message
public string message { get; set; }
Property Value
- string
message_id
public int message_id { get; set; }
Property Value
- int
order_number
public string order_number { get; set; }
Property Value
- string
payment_method
public string payment_method { get; set; }
Property Value
- string
risk_score
public decimal risk_score { get; set; }
Property Value
- decimal
type
public string type { get; set; }
Property Value
- string
Methods
Deserialize(string)
public static BamboraPaymentResponse Deserialize(string content)
Parameters
content string
Returns
- BamboraPaymentResponse