Skip to content

Commit

Permalink
updates based on comments
Browse files Browse the repository at this point in the history
  • Loading branch information
deryacakmak committed Nov 14, 2023
1 parent 4f7e20e commit 119af68
Showing 1 changed file with 0 additions and 24 deletions.
24 changes: 0 additions & 24 deletions adapter/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -1593,30 +1593,6 @@ type Payout struct {
SubMerchantMemberPayoutAmount *float64 `json:"subMerchantMemberPayoutAmount"`
}

type ApmPaymentResponse struct {
Id *int64 `json:"id"`
CreatedDate *TimeResponse `json:"createdDate"`
Price *float64 `json:"price"`
PaidPrice *float64 `json:"paidPrice"`
WalletPrice *float64 `json:"walletPrice"`
Currency *Currency `json:"currency"`
BuyerMemberId *int64 `json:"buyerMemberId"`
ConversationId *string `json:"conversationId"`
ExternalId *string `json:"externalId"`
PaymentType *PaymentType `json:"paymentType"`
PaymentProvider *PaymentProvider `json:"paymentProvider"`
PaymentSource *PaymentSource `json:"paymentSource"`
PaymentGroup *PaymentGroup `json:"paymentGroup"`
PaymentStatus *PaymentStatus `json:"paymentStatus"`
PaymentChannel *string `json:"paymentChannel"`
OrderId *string `json:"orderId"`
PaymentError *PaymentError `json:"paymentError"`
ApmType ApmType `json:"apmType"`
TransactionId string `json:"transactionId"`
RedirectUrl *Currency `json:"redirectUrl"`
PaymentTransactions *[]PaymentTransactionResponse `json:"paymentTransactions"`
}

type PayoutStatus struct {
MerchantStatus *TransactionPayoutStatus `json:"merchantStatus"`
MerchantStatusDate *TimeResponse `json:"merchantStatusDate"`
Expand Down

0 comments on commit 119af68

Please sign in to comment.