description
との違いがわかりませんlineitem
。項目は、購入した製品のコンマ区切りのリストですか? 変数の最大長とデータ型を知りたいです。また、ユーザーのクレジット カードの明細、説明、または項目に表示されるフィールドを知りたいです。良いドキュメントが見つかりません。
質問する
573 次
1 に答える
0
説明は、トランザクションの説明です。「最初のサブスクリプションの支払い」または「トランザクション #123456 の払い戻し」のようなものです。最大 255 文字 (記号なし) です。詳細については、 AIM ガイドの 24 ページを参照してください。
ラインアイテムは、ユーザーが購入した各アイテムまたはサービスを追加するためのものです。これには、名前、価格、数量などが含まれます。基本的には、何のために購入したかを記録するためのものです。項目の形式は次のとおりです。
x_line_item
Optional
Value: Any string
Format: Line item values must be delimited by a bracketed pipe <|>
Itemized order information
Item ID<|>
The ID assigned to an item.
Format: Up to 31 characters
<|>item name<|>
A short description of an item.
Format: Up to 31 characters
<|>item description<|>
A detailed description of an item.
Format: Up to 255 characters
<|>itemX quantity<|>
The quantity of an item.
Format: Up to two decimal places
Must be a positive number
<|>item price (unit cost)<|>
Cost of an item per unit, excluding tax, freight, and duty.
Format: Up to two decimal places
Must be a positive number
The dollar sign ($) is not allowed when submitting delimited information.
<|>itemX
taxable
Indicates whether the item is subject to tax.
Format: TRUE, FALSE, T, F, YES, NO, Y, N, 1, 0
どちらも、トランザクションが処理されたり、顧客のクレジット カード明細に表示される必要はありません。どちらも、Authorize.Net アカウントでトランザクションをより適切に整理できるようにするために存在します。
于 2012-07-18T03:26:14.423 に答える